@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
9 lines • 343 B
TypeScript
import { ICommandDefinition } from "@zowe/imperative";
/**
* This object defines the command for the delete group within zosworkflows. This is not
* something that is intended to be used outside of this npm package.
*
* @private
*/
export declare const DeleteDefinition: ICommandDefinition;
//# sourceMappingURL=Delete.definition.d.ts.map