export interface EmailConfig { email: string listId?: string list?: string tags?: string[] code?: string addedAt?: number verified?: boolean verifiedAt?: number }