UNPKG

@magnetarjs/plugin-simple-store

Version:
8 lines (7 loc) 371 B
import type { PluginRevertAction } from '@magnetarjs/types'; import { MakeRestoreBackup, SimpleStoreOptions } from '../CreatePlugin.js'; export declare function revertActionFactory(data: { [collectionPath: string]: Map<string, { [key: string]: unknown; }>; }, simpleStoreOptions: SimpleStoreOptions, restoreBackup: MakeRestoreBackup): PluginRevertAction;