Skip to main content
Example
export interface OtpCodeOptions extends CustomOptions {
   /**
   * The OTP code that the user enters to submit.
   */
  code: string;
}

Indexable

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

Properties

code
string
The OTP code that the user enters to submit.