export interface SignupOptions { email?: string; username?: string; phoneNumber?: string; password?: string; captcha?: string; [key: string]: string | number | boolean | undefined; }
key
string
number
boolean
undefined
Was this page helpful?