export interface IRecoverPasswordResponse { data: { message: string; }[]; }