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