recaptcha-configuration.d.ts 157 B

12345
  1. export interface RecaptchaConfiguration {
  2. useGlobalDomain?: boolean;
  3. useEnterprise?: boolean;
  4. }
  5. //# sourceMappingURL=recaptcha-configuration.d.ts.map