export interface Insert { id: string; location: string; email?: string; transaction_id?: string | null; }