UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 311 B
import { TimestampAndValue as AliasTypeTimestampAndValue } from '../../telephony/TimestampAndValue'; /** A value set tagged with its unit */ export interface TimestampAndValue { /** */ unit: string; /** */ values: AliasTypeTimestampAndValue[]; } //# sourceMappingURL=TimestampAndValue.d.ts.map