diff options
Diffstat (limited to 'js/metrics.ts')
-rw-r--r-- | js/metrics.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/metrics.ts b/js/metrics.ts index 248b58f28..1cbc9f13b 100644 --- a/js/metrics.ts +++ b/js/metrics.ts @@ -4,7 +4,7 @@ import * as flatbuffers from "./flatbuffers"; import { assert } from "./util"; import * as dispatch from "./dispatch"; -interface Metrics { +export interface Metrics { opsDispatched: number; opsCompleted: number; bytesSentControl: number; |