export interface ResetPasswordInterface { email: string; [key: string]: string | number | null | boolean | object; }