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

Properties

code
string