UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

10 lines (9 loc) 224 B
/** * This interface defines the options that can be sent into the delete data set function. */ export interface IDeleteDatasetOptions { /** * The volume where the data set resides. */ volume?: string; }