@apistudio/apim-cli
Version:
CLI for API Management Products
9 lines • 361 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export declare class AppConstants {
static readonly VALIDATION_ERROR_CODE = "STU-VAL_ERR";
static readonly DEPLOY_GATEWAY_URL = "/rest/apigateway/studioassets";
static readonly GATEWAY_VALIDATION_URL = "/rest/apigateway/health/engine";
}
//# sourceMappingURL=app-constants.d.ts.map