| 4 | const DEFAULT_DATASOURCE = "analytics_events"; |
| 5 | |
| 6 | interface TinybirdResponse<T> { |
| 7 | data: T[]; |
| 8 | error?: string; |
| 9 | } |
| 10 | |
| 11 | export interface TinybirdEventRow { |
| 12 | timestamp: string; |
nothing calls this directly
no outgoing calls
no test coverage detected