UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 322 B
import { TimestampAndValue as AliasTypeTimestampAndValue } from '../../xdsl/TimestampAndValue'; /** complexType.UnitAndValues_xdsl.TimestampAndValue */ export interface TimestampAndValue { /** */ unit: string; /** */ values: AliasTypeTimestampAndValue[]; } //# sourceMappingURL=TimestampAndValue.d.ts.map