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

Propriétés

captcha?
string
code
string