@oneblink/sdk-core
    Preparing search index...

    Type Alias IntegrationFreshdesk<S>

    IntegrationFreshdesk: IntegrationBase & {
        configuration: { apiKey: ConstrainedSecret<S>; baseUrl: string };
        type: "FRESHDESK";
    }

    Type Parameters