UNPKG

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

Version:

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

7 lines 293 B
/** * z/OSMF options for recall of migrated data sets. See the z/OSMF REST API publication for complete details. * @export * @type {ZosmfMigratedRecallOptions} */ export type ZosmfMigratedRecallOptions = "wait" | "nowait" | "error"; //# sourceMappingURL=ZosmfMigratedRecallOptions.d.ts.map