UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

16 lines 391 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export declare enum Components { ServerAppComponent = "ServerApp", BuildComponent = "Build", DeployComponent = "Deploy", TestComponent = "Test" } export declare const ComponentCodes: { ServerApp: string; Build: string; Deploy: string; Test: string; }; //# sourceMappingURL=component.d.ts.map