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

Type Parameters