UNPKG

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

Version:

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

6 lines 238 B
import { IMigrateOptions } from "../../hMigrate"; /** * This interface defines the options that can be sent into the recall data set function. */ export type IRecallOptions = IMigrateOptions; //# sourceMappingURL=IRecallOptions.d.ts.map