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 ec67442 commit 504f653Copy full SHA for 504f653
src/__tests__/utils.test.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, test } from '@jest/globals';
2
import { ObjectId } from 'mongodb';
3
import { expectType } from 'ts-expect';
4
-import { ProjectionType, getIds, FilterProperties, Projection } from '../utils';
+import { ProjectionType, getIds } from '../utils';
5
6
describe('utils', () => {
7
type Schema = {
0 commit comments