UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 206 B
/** Profile on the DSLAM */ export interface DslamLineProfile { /** */ id: number; /** */ isCurrent: boolean; /** */ name: string; } //# sourceMappingURL=DslamLineProfile.d.ts.map