Skip to main content
Example
export interface MfaRecoveryCodeEnrollmentContinueOptions extends CustomOptions {
  isCodeCopied: boolean;
}

Indexable

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

Properties

isCodeCopied
boolean