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

    Type Alias IntegrationRecaptcha<S>

    IntegrationRecaptcha: IntegrationBase & {
        configuration: { domains: IntegrationRecaptchaDomain<S>[] };
        type: "RECAPTCHA";
    }

    Type Parameters