export interface VerifyViewMetadata { email: string; code: string; purpose?: 'email'; showCard?: boolean; redirectOnSuccess?: string; }