mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Add auth
This commit is contained in:
14
types/auth.d.ts
vendored
Normal file
14
types/auth.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// auth.d.ts
|
||||
declare module '#auth-utils' {
|
||||
interface User {
|
||||
email: string
|
||||
name: string
|
||||
}
|
||||
|
||||
interface UserSession {
|
||||
email: string
|
||||
name: string
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user