ng-jhipster
Version:
A Jhipster util library for Angular
20 lines (19 loc) • 450 B
TypeScript
export declare class JhiMetricsDatasourceComponent {
/**
* object containing all datasource related metrics
*/
datasourceMetrics: {
active: any;
min: any;
idle: any;
max: any;
usage: any;
acquire: any;
creation: any;
};
/**
* boolean field saying if the metrics are in the process of being updated
*/
updating: boolean;
filterNaN(input: any): any;
}