UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 335 B
/** * Copyright IBM Corp. 2024, 2025 */ 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