diff --git a/packages/next-auth/src/index.ts b/packages/next-auth/src/index.ts index e6e5f06db3..ebe08fcd42 100644 --- a/packages/next-auth/src/index.ts +++ b/packages/next-auth/src/index.ts @@ -103,7 +103,7 @@ type AppRouteHandlers = Record< (req: NextRequest) => Promise > -export type { NextAuthConfig } +export type { NextAuthConfig, NextAuthRequest } /** * The result of invoking {@link NextAuth|NextAuth}, initialized with the {@link NextAuthConfig}.