export type EmailVerificationOptions = { /** * Enable OTP verification for email verification * @default false */ otp?: boolean }