UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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