UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

17 lines (16 loc) 459 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export var Components; (function (Components) { Components["ServerAppComponent"] = "ServerApp"; Components["BuildComponent"] = "Build"; Components["DeployComponent"] = "Deploy"; Components["TestComponent"] = "Test"; })(Components || (Components = {})); export const ComponentCodes = { 'ServerApp': '0001', 'Build': '0002', 'Deploy': '0003', 'Test': '0004' };