export interface TEvent { data: { object?: any; previous_attributes?: any; type?: string; }; id: string; object_id?: string; object_type?: string; source: unknown; spec_version: string; time: Date; type: string; }