Skip to main content
Example
export interface CaptchaContext {
  provider: string;
  image?: string;
  siteKey?: string;
}

Properties

image?
string
provider
string
siteKey?
string