UNPKG

288 BTypeScriptView Raw
1export declare class JhiMetricsGarbageCollectorComponent {
2 /**
3 * object containing garbage collector related metrics
4 */
5 garbageCollectorMetrics: any;
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10}