@zowe/zos-tso-for-zowe-sdk
Version:
Zowe SDK to interact with TSO on z/OS
20 lines • 449 B
TypeScript
/**
* TSO Prompt interface for one of TSO/E messages
* @export
* @interface 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;
}
//# sourceMappingURL=ITsoPromptMessage.d.ts.map