Interface IGetMetricsResponse

Return interface for the RpcClient.getMetrics RPC method.

interface IGetMetricsResponse {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc