import { TypeServiceEnum } from './TypeServiceEnum';
/** Trunk service */
export interface Trunk {
    /** Description of the service */
    description: string;
    /** Name of the service */
    serviceName: string;
    /** Type of the service */
    serviceType: TypeServiceEnum;
}
//# sourceMappingURL=Trunk.d.ts.map