@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) • 401 B
TypeScript
/**
* TSO Prompt interface for one of TSO/E messages
* @export
* @memberOf ITsoPromptMessage
*/
export interface ITsoPromptMessage {
/**
* JSON version for message format
* @type string
* @memberOf ITsoPromptMessage
*/
"VERSION": string;
/**
* description of the data type
* @type string
* @memberOf ITsoPromptMessage
*/
"HIDDEN": string;
}