mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
new selfhosted version
This commit is contained in:
18
dashboard/auth.d.ts
vendored
Normal file
18
dashboard/auth.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
declare module '#auth-utils' {
|
||||
|
||||
interface User {
|
||||
email: string,
|
||||
name: string
|
||||
}
|
||||
|
||||
interface UserSession {
|
||||
v: string
|
||||
}
|
||||
|
||||
interface SecureSessionData {
|
||||
user_id: string
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user