UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 276 B
/** Section length of a copper line */ export interface SectionLength { /** Diameter in millimeters of the copper line section */ diameter: number; /** Lenght in meters of the copper line section */ length: number; } //# sourceMappingURL=SectionLength.d.ts.map