export interface ForgetPasswordResponse { result: boolean; errors: string[]; }