UNPKG

@magnetarjs/plugin-firestore

Version:
4 lines (3 loc) 297 B
import type { PluginInstance, PluginRevertAction } from '@magnetarjs/types'; import { FirestorePluginOptions } from '../CreatePlugin.js'; export declare function revertActionFactory(actions: PluginInstance['actions'], firestorePluginOptions: Required<FirestorePluginOptions>): PluginRevertAction;