UNPKG

300 BTypeScriptView Raw
1export declare class JhiMetricsHttpRequestComponent {
2 /**
3 * object containing http request related metrics
4 */
5 requestMetrics: {};
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10 filterNaN(input: any): any;
11}