Skip to content

Commit bccdc2e

Browse files
committed
fix: ts compilation issue with generated model meta
1 parent 40a48c9 commit bccdc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/cross/model-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type RuntimeAttribute = {
1212
/**
1313
* Attribute arguments
1414
*/
15-
args: Array<{ name?: string; value: unknown }>;
15+
args: Array<{ name?: string; value?: unknown }>;
1616
};
1717

1818
/**

0 commit comments

Comments
 (0)