UNPKG

@magnetarjs/plugin-vue3

Version:
6 lines (5 loc) 323 B
import type { PathWhereIdentifier, PluginFetchCountAction } from '@magnetarjs/types'; import { Vue3StoreOptions } from '../CreatePlugin.js'; export declare function fetchCountActionFactory(pathCountDic: { [collectionPath in PathWhereIdentifier]?: number; }, vue3StoreOptions: Vue3StoreOptions): PluginFetchCountAction;