export type OptionalEmailVerificationRequest = { /** * Optional, if not defined the verification email won't be sent */ emailVerificationUrl?: string | null; };