Skip to content

Commit 1472e80

Browse files
authored
Mark model config as optional (#83)
To complete #81
1 parent c5c7f85 commit 1472e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/Libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface ModelData {
4242
/**
4343
* this dictionary has useful information about the model configuration
4444
*/
45-
config: Record<string, any>;
45+
config?: Record<string, any>;
4646
}
4747

4848

0 commit comments

Comments
 (0)