UNPKG

@magnetarjs/plugin-firestore

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