@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 320 B
TypeScript
import { VpsTimestampValue as AliasTypeVpsTimestampValue } from '../../vps/VpsTimestampValue';
/** complexType.UnitAndValues_vps.VpsTimestampValue */
export interface VpsTimestampValue {
/** */
unit: string;
/** */
values: AliasTypeVpsTimestampValue[];
}
//# sourceMappingURL=VpsTimestampValue.d.ts.map