export default interface ResetPassword { code: string; password: string; token: string; }