export type ResendVerificationEmailRequest = { email: string; emailVerificationUrl: string; };