UNPKG

@magnetarjs/plugin-firestore

Version:
4 lines (3 loc) 294 B
import type { PluginFetchAggregateAction } from '@magnetarjs/types'; import { FirestorePluginOptions } from '../CreatePlugin.js'; export declare function fetchAggregateActionFactory(kind: 'sum' | 'average', firestorePluginOptions: Required<FirestorePluginOptions>): PluginFetchAggregateAction;