UNPKG

308 BTypeScriptView Raw
1export declare class JhiMetricsSystemComponent {
2 /**
3 * object containing thread related metrics
4 */
5 systemMetrics: {};
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10 convertMillisecondsToDuration(ms: any): string;
11}