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