UNPKG

255 BTypeScriptView Raw
1export declare class JhiJvmMemoryComponent {
2 /**
3 * object containing all jvm memory metrics
4 */
5 jvmMemoryMetrics: {};
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10}