export default class RegisterRequest { email: string; verificationCode: number; password: string; passwordConfirm: string; }