UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 198 B
/** A timestamp associated to a value */ export interface ChartTimestampValue { /** */ timestamp: number; /** */ value?: number; } //# sourceMappingURL=ChartTimestampValue.d.ts.map