UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 261 B
/** xdsl.LineSectionLength */ export interface LineSectionLength { /** The diameter of this section in millimeters */ diameter: number; /** The length of this section in meters */ length: number; } //# sourceMappingURL=LineSectionLength.d.ts.map