@magnetarjs/plugin-vue3
Version:
Magnetar plugin vue3
10 lines (9 loc) • 425 B
TypeScript
import type { PathWhereIdentifier, PluginFetchAggregateAction } from '@magnetarjs/types';
import { Vue3StoreOptions } from '../CreatePlugin.js';
export declare function fetchAggregateActionFactory(pathAggregateDic: {
[collectionPath in PathWhereIdentifier]?: {
[key in string]: number | {
[key in string]: unknown;
};
};
}, vue3StoreOptions: Vue3StoreOptions): PluginFetchAggregateAction;