Type alias IodMetric

IodMetric: {
    count: number;
    metric: IodRTTMetricType | IodIMONMetricType;
    stat: IodStat;
    time: string;
    topic: IodTopicType;
}

Type declaration

Generated using TypeDoc