UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 320 B
import { VpsTimestampValue as AliasTypeVpsTimestampValue } from '../../vps/VpsTimestampValue'; /** complexType.UnitAndValues_vps.VpsTimestampValue */ export interface VpsTimestampValue { /** */ unit: string; /** */ values: AliasTypeVpsTimestampValue[]; } //# sourceMappingURL=VpsTimestampValue.d.ts.map