export interface CaptchaContext { provider: string; image?: string; siteKey?: string; }
Was this page helpful?