MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / TelemetryEvent

Interface TelemetryEvent

functions/api/telemetry.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface TelemetryEvent {
29 type: string
30 timestamp: number
31 session_id: string
32 [key: string]: unknown
33}
34
35interface TelemetryPayload {
36 events: TelemetryEvent[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected