UNPKG

@zowe/zos-files-for-zowe-sdk

Version:

Zowe SDK to interact with files and data sets on z/OS

7 lines 189 B
/** * Type for the mode option of the mount file-system API. * @export * @type {IMountFsMode} */ export type IMountFsMode = "rdonly" | "rdwr"; //# sourceMappingURL=IMountFsMode.d.ts.map