File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5656 "@babel/preset-react" : " 7.16.7" ,
5757 "@babel/register" : " ^7.16.0" ,
5858 "@babel/runtime-corejs3" : " 7.16.8" ,
59- "@exabyte-io/esse.js" : " ^ 2023.10.31-0" ,
59+ "@exabyte-io/esse.js" : " 2023.10.31-0" ,
6060 "@types/chai" : " ^4.3.5" ,
6161 "@types/crypto-js" : " ^4.1.1" ,
6262 "@types/js-yaml" : " ^4.0.5" ,
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ interface Node {
2727 value : string ;
2828 name : string ;
2929 } ;
30- staticOptions : Parameter [ ] ;
30+ staticOptions ? : Parameter [ ] ;
3131 children ?: Node [ ] ;
32+ [ otherKey : string ] : unknown ;
3233}
3334
3435/**
@@ -127,7 +128,7 @@ interface Props {
127128 // Schema
128129 schema ?: JSONSchema ;
129130 // Schema id (takes precedence over `schema` when both are provided)
130- schemaId : string ;
131+ schemaId ? : string ;
131132 // Array of nodes
132133 nodes : Node [ ] ;
133134 // Whether properties in main schema should be modified (add `enum` and `enumNames`)
You can’t perform that action at this time.
0 commit comments