| 10 | } |
| 11 | |
| 12 | interface FlowRow { |
| 13 | category: string; |
| 14 | buys: number; |
| 15 | sells: number; |
| 16 | net_volume: number; |
| 17 | smart_count: number; |
| 18 | total_count: number; |
| 19 | } |
| 20 | |
| 21 | interface HourlyFlowRow { |
| 22 | category: string; |
nothing calls this directly
no outgoing calls
no test coverage detected