@apistudio/apim-cli
Version:
CLI for API Management Products
17 lines • 388 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export type DeployOptionsModel = {
localDir: string;
all: boolean;
archive: string;
target: string;
username: string;
password: string;
authToken: string;
overwrite: boolean;
project: string;
names: string;
debug: boolean;
};
//# sourceMappingURL=deploy-options-model.d.ts.map