import type { LiveEventType } from "../constants.js"; export interface LiveEvent { id: number; companyId: string; type: LiveEventType; createdAt: string; payload: Record; } //# sourceMappingURL=live.d.ts.map