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.
Record<>
1 parent 7aac667 commit ea9322aCopy full SHA for ea9322a
env.d.ts
@@ -699,7 +699,7 @@ type Nullsec = Lowsec & PlayerNullsec & {
699
// database
700
type MongoPrimitive = null | boolean | number | Date | string
701
type MongoValue = MongoPrimitive | MongoValue[] | MongoObject
702
-type MongoObject = Record<string, MongoValue>
+type MongoObject = { [k: string]: MongoValue }
703
type MongoQueryValue = MongoPrimitive | MongoQueryValue[] | MongoQueryObject
704
705
type MongoQueryObject =
0 commit comments