UNPKG

279 BTypeScriptView Raw
1export declare class JhiMetricsEndpointsRequestsComponent {
2 /**
3 * object containing service related metrics
4 */
5 endpointsRequestsMetrics: {};
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10}