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.

7 lines (6 loc) 153 B
/** * Type for the mode option of the mount file-system API. * @export * @type IMountFsMode */ export declare type IMountFsMode = "rdonly" | "rdwr";