| 26 | } |
| 27 | |
| 28 | interface TelemetryEvent { |
| 29 | type: string |
| 30 | timestamp: number |
| 31 | session_id: string |
| 32 | [key: string]: unknown |
| 33 | } |
| 34 | |
| 35 | interface TelemetryPayload { |
| 36 | events: TelemetryEvent[] |
nothing calls this directly
no outgoing calls
no test coverage detected