We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c7f85 commit 1472e80Copy full SHA for 1472e80
interfaces/Libraries.ts
@@ -42,7 +42,7 @@ interface ModelData {
42
/**
43
* this dictionary has useful information about the model configuration
44
*/
45
- config: Record<string, any>;
+ config?: Record<string, any>;
46
}
47
48
0 commit comments