export interface AuthUserSignup { email: string; password: string; confirmPassword: string; verificationCode: string; }