import type { EventType } from "./EventType"; export interface AppEvent { eventType: EventType; creationTimestamp: string; }