Skip to content

Commit 37e2a4f

Browse files
committed
Fixes build error
1 parent 065fb2b commit 37e2a4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/@next-auth.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import NextAuth from "next-auth"
2+
13
declare module "next-auth" {
24
interface Session {
35
readonly user: {

0 commit comments

Comments
 (0)