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 242 B
/** * Represents the content of the JSON file into which the Zowe Daemon * stores the process ID for a given user. */ export interface IDaemonPidForUser { user: string; pid: number; } //# sourceMappingURL=IDaemonPidForUser.d.ts.map