We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56d301 commit 8d49748Copy full SHA for 8d49748
src/index.ts
@@ -29,7 +29,9 @@ import {
29
FeathersVuexStoreState,
30
FeathersVuexGlobalModels,
31
FeathersVuexTypeOptions,
32
- GlobalModels
+ GlobalModels,
33
+ ModelInstance,
34
+ ModelInstanceClone
35
} from './service-module/types'
36
import { initAuth, hydrateApi } from './utils'
37
import { FeathersVuex } from './vue-plugin/vue-plugin'
@@ -113,6 +115,8 @@ export {
113
115
Model,
114
116
ModelClone,
117
ModelStatic,
118
119
+ ModelInstanceClone,
120
ModelSetupContext,
121
ServiceState,
122
0 commit comments