export type VerifyEmailRequest = { email: string; token: string; sendWelcomeEmail: boolean; };