UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

11 lines 338 B
import { IApimlSvcAttrsLoaded } from "./IApimlSvcAttrsLoaded"; export interface IApimlProfileInfo { profName: string; profType: string; basePaths: string[]; pluginConfigs: Set<IApimlSvcAttrsLoaded>; gatewayUrlConflicts: { [pluginName: string]: string[]; }; } //# sourceMappingURL=IApimlProfileInfo.d.ts.map