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.
1 parent f3095c8 commit 239098bCopy full SHA for 239098b
types/inferrawdoctype.d.ts
@@ -83,7 +83,7 @@ declare module 'mongoose' {
83
IsItRecordAndNotAny<Item> extends true ?
84
Item extends Record<string, never> ?
85
ObtainRawDocumentPathType<Item, TypeKey>[] :
86
- Array<InferRawDocType<Item>>> :
+ Array<InferRawDocType<Item>> :
87
ObtainRawDocumentPathType<Item, TypeKey>[]
88
>:
89
PathValueType extends StringSchemaDefinition ? PathEnumOrString<Options['enum']> :
0 commit comments