mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
feat: add user schema timestamps
This commit is contained in:
1
packages/lib/types/next-auth.d.ts
vendored
1
packages/lib/types/next-auth.d.ts
vendored
@ -19,5 +19,6 @@ declare module 'next-auth/jwt' {
|
||||
id: string | number;
|
||||
name?: string | null;
|
||||
email: string | null;
|
||||
lastSignedIn?: string | null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user