UNPKG

@magnetarjs/plugin-firestore

Version:
4 lines (3 loc) 257 B
import type { PluginFetchCountAction } from '@magnetarjs/types'; import { FirestorePluginOptions } from '../CreatePlugin.js'; export declare function fetchCountActionFactory(firestorePluginOptions: Required<FirestorePluginOptions>): PluginFetchCountAction;