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

Type Parameters