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 dfaa104 commit 8e46106Copy full SHA for 8e46106
packages/shell-api/src/collection.ts
@@ -117,6 +117,7 @@ export type CollectionWithSchema<
117
export class Collection<
118
M extends GenericServerSideSchema = GenericServerSideSchema,
119
D extends GenericDatabaseSchema = M[keyof M],
120
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
121
C extends GenericCollectionSchema = D[keyof D],
122
N extends StringKey<D> = StringKey<D>
123
> extends ShellApiWithMongoClass {
0 commit comments