UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines 274 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export type BuildOptionsModel = { all: boolean; localDir: string; output: string; project: string; names: string; debug: boolean; }; //# sourceMappingURL=build-options-model.d.ts.map