@zowe/core-for-zowe-sdk
Version:
Core libraries shared by Zowe SDK packages
15 lines • 336 B
TypeScript
/**
* Class for various APIML constants.
* @export
* @class ApimlConstants
*/
export declare class ApimlConstants {
/**
* URI for listing APIML services
* @static
* @type {string}
* @memberof ApimlConstants
*/
static readonly SERVICES_ENDPOINT: string;
}
//# sourceMappingURL=ApimlConstants.d.ts.map