Skip to content

Commit 6d3d802

Browse files
authored
fix(runtime): properly re-export type declarations of model metadata (#2047)
1 parent 606adb5 commit 6d3d802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/res/model-meta.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '.zenstack/model-meta';
1+
export { default } from '.zenstack/model-meta';

0 commit comments

Comments
 (0)