export default class EmailVerifyCodeRequest { email: string; verificationCode: string; }