Skip to main content
Example
export interface EmailChallengeOptions {
  code: string;
  captcha?: string;
  [key: string]: string | number | boolean | undefined;
}

Properties

captcha?
string
code
string