We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3e605 commit 6782c99Copy full SHA for 6782c99
docs/pages/database/mongodb.md
@@ -34,7 +34,7 @@ interface UserDoc {
34
_id: string;
35
}
36
37
-interface Session {
+interface SessionDoc {
38
39
expires_at: Date;
40
user_id: string;
0 commit comments