feat(WEB-169): get profile data from API
This commit is contained in:
8
types/jwt.d.ts
vendored
Normal file
8
types/jwt.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Module augmentation
|
||||
// https://authjs.dev/getting-started/typescript#popular-interfaces-to-augment
|
||||
declare module "next-auth/jwt" {
|
||||
/** Returned by the `jwt` callback and `auth`, when using JWT sessions */
|
||||
interface JWT {
|
||||
access_token: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user