Skip to main content
Example
export interface OtpCodeOptions extends CustomOptions {
   /**
   * ユーザーが送信時に入力するOTP コード。
   */
  code: string;
}

Indexable

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

プロパティ

code
string
送信するためにユーザーが入力する OTP コードです。