aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 6383f63..9f4e9b3 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -33,6 +33,20 @@ export type {
33export { config } from './stores/Config'; 33export { config } from './stores/Config';
34 34
35export type { 35export type {
36 Profile,
37 ProfileSnapshotIn,
38 ProfileSnapshotOut,
39} from './stores/Profile';
40export { profile } from './stores/Profile';
41
42export type {
43 Service,
44 ServiceSnapshotIn,
45 ServiceSnapshotOut,
46} from './stores/Service';
47export { service } from './stores/Service';
48
49export type {
36 SharedStore, 50 SharedStore,
37 SharedStoreListener, 51 SharedStoreListener,
38 SharedStoreSnapshotIn, 52 SharedStoreSnapshotIn,