We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8abe07c + 38b9f05 commit f79e1c3Copy full SHA for f79e1c3
typings/objection/index.d.ts
@@ -1442,7 +1442,7 @@ declare namespace Objection {
1442
QueryBuilder: typeof QueryBuilder;
1443
1444
tableName: string;
1445
- idColumn: string | string[];
+ idColumn: string | readonly string[];
1446
jsonSchema: JSONSchema;
1447
relationMappings: RelationMappings | RelationMappingsThunk;
1448
modelPaths: string[];
@@ -1553,7 +1553,7 @@ declare namespace Objection {
1553
static QueryBuilder: typeof QueryBuilder;
1554
1555
static tableName: string;
1556
- static idColumn: string | string[];
+ static idColumn: string | readonly string[];
1557
static jsonSchema: JSONSchema;
1558
static relationMappings: RelationMappings | RelationMappingsThunk;
1559
static modelPaths: string[];
0 commit comments