UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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