UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 253 B
import { MetricsValue } from './MetricsValue'; /** OVHcloud Connect Metrics */ export interface Metrics { /** timestamp corresponding to the value */ timestamp: number; /** */ value: MetricsValue; } //# sourceMappingURL=Metrics.d.ts.map