UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

13 lines (11 loc) 225 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; }