Skip to content

Commit 8d49748

Browse files
committed
new: export ModelInstance and ModelInstanceClone interfaces
1 parent e56d301 commit 8d49748

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ import {
2929
FeathersVuexStoreState,
3030
FeathersVuexGlobalModels,
3131
FeathersVuexTypeOptions,
32-
GlobalModels
32+
GlobalModels,
33+
ModelInstance,
34+
ModelInstanceClone
3335
} from './service-module/types'
3436
import { initAuth, hydrateApi } from './utils'
3537
import { FeathersVuex } from './vue-plugin/vue-plugin'
@@ -113,6 +115,8 @@ export {
113115
Model,
114116
ModelClone,
115117
ModelStatic,
118+
ModelInstance,
119+
ModelInstanceClone,
116120
ModelSetupContext,
117121
ServiceState,
118122
FeathersVuexGlobalModels,

0 commit comments

Comments
 (0)