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.

14 lines (13 loc) 271 B
/** * Interface for TSO stop command z/OSMF parameters * @export * @interface IStopTsoParms */ export interface IStopTsoParms { /** * servlet key of an active address space * @type string * @memberOf IStopTsoParms */ servletKey: string; }