UNPKG

@magnetarjs/plugin-firestore

Version:
4 lines (3 loc) 287 B
import type { PluginDeleteAction } from '@magnetarjs/types'; import { BatchSyncMap, FirestorePluginOptions } from '../CreatePlugin.js'; export declare function deleteActionFactory(batchSyncMap: BatchSyncMap, firestorePluginOptions: Required<FirestorePluginOptions>): PluginDeleteAction;