UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

15 lines 435 B
import { DslTypeEnum } from '../../xdsl/DslTypeEnum'; /** Information about pack xdsl */ export interface PackDetail { /** Reference of the access */ accessname: string; /** Description of the access */ description: string; /** Number of the line */ number: string; /** Name of the pack */ packname: string; /** Type of the access */ type: DslTypeEnum; } //# sourceMappingURL=PackDetail.d.ts.map