export default interface ChangePasswordData { email: string; password: string; newPassword: string; }