Skip to content

Commit

Permalink
Documentation for next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiashu Huang committed Nov 1, 2023
1 parent fd1f5ef commit 17dd96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/next-auth.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import NextAuth from 'next-auth';

/**
* Documentation: https://next-auth.js.org/getting-started/typescript
*/
declare module 'next-auth' {
/**
* Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context
Expand Down

1 comment on commit 17dd96b

@vercel
Copy link

@vercel vercel bot commented on 17dd96b Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bookem-user – ./

bookem-user-git-main-bookem-user.vercel.app
bookem-user.vercel.app
bookem-user-bookem-user.vercel.app

Please sign in to comment.