import type { AppUser } from '../users/types.js'; export type EmailCaptureResult = { user: AppUser; eventId: string; eventCreated: boolean; canonicalUser: AppUser | null; activeSubscription: boolean; };