MCPcopy
hub / github.com/MikeChongCan/scylla / StatsResponseJSON

Interface StatsResponseJSON

frontend/src/utils.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface StatsResponseJSON {
39 mean: number;
40 median: number;
41 total_count: number;
42 valid_count: number;
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected