UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 181 B
/** Statistics Datapoint */ export interface Point { /** Timestamp */ timestamp: number; /** Datapoint value */ value?: number; } //# sourceMappingURL=Point.d.ts.map