UNPKG

@magnetarjs/plugin-firestore

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