| 38 | } |
| 39 | |
| 40 | interface 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 | |
| 49 | type EnrichedMonitor = MonitorRow & { title: string; end_date: string | null; tags_json: string; markets_json: string }; |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected