UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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