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 302 B
import { IMessageDefinition } from "@zowe/imperative"; /** * Messages displayed by the zosmf check status command * @type {object.<string, IMessageDefinition>} */ export declare const CheckStatusMessages: { [key: string]: IMessageDefinition; }; //# sourceMappingURL=CheckStatus.messages.d.ts.map