UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 210 B
/** A numeric value tagged with its unit */ export interface UnitAndValueString { /** Unit of the value */ unit: string; /** */ value: string; } //# sourceMappingURL=UnitAndValueString.d.ts.map