IntegrationCPHCMS<S>: IntegrationBase & {
    configuration: {
        baseUrl: string;
        clientId: string;
        clientSecret: ConstrainedSecret<S>;
    };
    type: "CP_HCMS";
}

Type Parameters