File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1442,7 +1442,7 @@ declare namespace Objection {
1442
1442
QueryBuilder : typeof QueryBuilder ;
1443
1443
1444
1444
tableName : string ;
1445
- idColumn : string | string [ ] ;
1445
+ idColumn : string | readonly string [ ] ;
1446
1446
jsonSchema : JSONSchema ;
1447
1447
relationMappings : RelationMappings | RelationMappingsThunk ;
1448
1448
modelPaths : string [ ] ;
@@ -1553,7 +1553,7 @@ declare namespace Objection {
1553
1553
static QueryBuilder : typeof QueryBuilder ;
1554
1554
1555
1555
static tableName : string ;
1556
- static idColumn : string | string [ ] ;
1556
+ static idColumn : string | readonly string [ ] ;
1557
1557
static jsonSchema : JSONSchema ;
1558
1558
static relationMappings : RelationMappings | RelationMappingsThunk ;
1559
1559
static modelPaths : string [ ] ;
You can’t perform that action at this time.
0 commit comments