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

Indexable

[key: string]: string | number | boolean | undefined

Properties

code
string