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.

20 lines (19 loc) 376 B
/** * TSO Message interface for one of TSO/E messages * @export * @memberOf ITsoMessage */ export interface ITsoMessage { /** * JSON version for message format * @type string * @memberOf ITsoMessage */ "VERSION": string; /** * description of the data type * @type string * @memberOf ITsoMessage */ "DATA": string; }