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 ec45cb5 commit 0d7a374Copy full SHA for 0d7a374
packages/effect-mongodb/dtslint/Db.ts
@@ -1,9 +1,8 @@
1
import * as Db from "effect-mongodb/Db"
2
import * as F from "effect/Function"
3
import * as Schema from "effect/Schema"
4
-import type { Db as MongoDb } from "mongodb"
5
6
-declare const database: MongoDb
+declare const database: Db.Db
7
8
const User = Schema.Struct({
9
id: Schema.NumberFromString
0 commit comments