MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / FlowRow

Interface FlowRow

src/lib/flowAnalysis.ts:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface FlowRow {
13 category: string;
14 buys: number;
15 sells: number;
16 net_volume: number;
17 smart_count: number;
18 total_count: number;
19}
20
21interface HourlyFlowRow {
22 category: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected