export interface VerifyEmailOptions { code: string; userId: string; } export interface SerializedVerifyEmailOptions { code: string; }