UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 213 B
/** Cables section details */ export interface Section { /** cables length in meters */ length: number; /** cables section in millimeters */ section: number; } //# sourceMappingURL=Section.d.ts.map