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