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.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 9f4e9b3..df02854 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -40,6 +40,13 @@ export type {
40export { profile } from './stores/Profile'; 40export { profile } from './stores/Profile';
41 41
42export type { 42export type {
43 RuntimeService,
44 RuntimeServiceSnapshotIn,
45 RuntimeServiceSnapshotOut,
46} from './stores/RuntimeService';
47export { runtimeService } from './stores/RuntimeService';
48
49export type {
43 Service, 50 Service,
44 ServiceSnapshotIn, 51 ServiceSnapshotIn,
45 ServiceSnapshotOut, 52 ServiceSnapshotOut,