continue dispatch-server
This commit is contained in:
8
apps/dispatch-server/.d.ts
vendored
Normal file
8
apps/dispatch-server/.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare module "next-auth/jwt" {
|
||||
interface JWT {
|
||||
uid: string;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
email: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user