Skip to content

Commit

Permalink
Mark model config as optional (#83)
Browse files Browse the repository at this point in the history
To complete #81
  • Loading branch information
Pierrci committed Jun 8, 2021
1 parent c5c7f85 commit 1472e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/Libraries.ts
Expand Up @@ -42,7 +42,7 @@ interface ModelData {
/**
* this dictionary has useful information about the model configuration
*/
config: Record<string, any>;
config?: Record<string, any>;
}


Expand Down

0 comments on commit 1472e80

Please sign in to comment.