MCPcopy
hub / github.com/CapSoftware/Cap / TinybirdResponse

Interface TinybirdResponse

packages/web-backend/src/Tinybird/index.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const DEFAULT_DATASOURCE = "analytics_events";
5
6interface TinybirdResponse<T> {
7 data: T[];
8 error?: string;
9}
10
11export interface TinybirdEventRow {
12 timestamp: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected