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.

9 lines (8 loc) 260 B
import { IMessageDefinition } from "@zowe/imperative"; /** * Messages to be used as command responses for different scenarios * @type {object.<string, IMessageDefinition>} */ export declare const ZosJobsMessages: { [key: string]: IMessageDefinition; };