/**
 * 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