UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular

12 lines (11 loc) 308 B
export declare class JhiMetricsSystemComponent { /** * object containing thread related metrics */ systemMetrics: {}; /** * boolean field saying if the metrics are in the process of being updated */ updating: boolean; convertMillisecondsToDuration(ms: any): string; }