diff --git a/src/mongo_types.ts b/src/mongo_types.ts index 60564a87cf5..d133061c863 100644 --- a/src/mongo_types.ts +++ b/src/mongo_types.ts @@ -256,7 +256,7 @@ export type OnlyFieldsOfType; /** @public */ -export type MatchKeysAndValues = Readonly> & Record; +export type MatchKeysAndValues = Readonly> & Record<`${string}.${string}`, any>; /** @public */ export type AddToSetOperators = {