UNPKG

@reactivemarkets/switchboard-sdk

Version:
11 lines (10 loc) 171 B
export interface IMetric { /** * Name of the metric. */ readonly name: string; /** * Value of the metric. */ readonly value: number; }