Skip to main content
Options for resending the email code
Example
export interface ResendCodeOptions {
  /** Any additional custom options */
  [key: string]: string | number | boolean | undefined;
}

Indexable

[key: string]: string | number | boolean | undefined Any additional custom options