MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / EventRow

Interface EventRow

src/lib/resolutionSync.ts:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40interface EventRow {
41 id: string;
42 title: string;
43 resolution_source: string | null;
44 end_date: string | null;
45 tags_json: string;
46 markets_json: string;
47}
48
49type EnrichedMonitor = MonitorRow & { title: string; end_date: string | null; tags_json: string; markets_json: string };
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected