export interface OtpCodeOptions extends CustomOptions { /** * The OTP code that the user enters to submit. */ code: string; }
key
string
number
boolean
undefined
Was this page helpful?