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.
MongoObject
$
1 parent 7696939 commit 7aac667Copy full SHA for 7aac667
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 = { [k: string]: MongoValue, [k: `$${string}`]: never }
+type MongoObject = Record<string, MongoValue>
703
type MongoQueryValue = MongoPrimitive | MongoQueryValue[] | MongoQueryObject
704
705
type MongoQueryObject =
0 commit comments