export interface Event { type: string; data: string; occurredAt: Date; source: string; page: string; HTML: string; }