UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 435 B
/** Infos about a Landline at the concentration point */ export interface LandlineConcentrationPoint { /** Identifier of the head of the cable from the MDF */ lineHead: string; /** Identifier of the section at the lineHead */ lineInitialSection: number; /** Identifier of the pair at the lineHead's lineInitialSection */ lineInitialSectionPair: number; } //# sourceMappingURL=LandlineConcentrationPoint.d.ts.map