@zowe/core-for-zowe-sdk
Version:
Core libraries shared by Zowe SDK packages
15 lines • 323 B
TypeScript
/**
* Class for various login constants.
* @export
* @class LoginConstants
*/
export declare class LoginConstants {
/**
* URI base jobs API
* @static
* @type {string}
* @memberof LoginConstants
*/
static readonly APIML_V1_RESOURCE: string;
}
//# sourceMappingURL=LoginConstants.d.ts.map