export interface ResetPasswordOptions { 'password-reset': string; 're-enter-password': string; [key: string]: string | number | boolean | undefined; }
key
string
number
boolean
undefined
Was this page helpful?