export default class MePasswordUpdateByEmailRequest { email: string; verificationCode: number; newPassword: string; newPasswordConfirm: string; }