UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

10 lines 257 B
export interface IApimlServiceApiInfo { apiId: string; gatewayUrl: string; swaggerUrl: string; documentationUrl: string; baseUrl: string; basePath: string; defaultApi: boolean; } //# sourceMappingURL=IApimlServiceApiInfo.d.ts.map