lint code

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 01:12:41 +02:00
parent c698bfec8a
commit 4574a7dccd
69 changed files with 3110 additions and 3013 deletions

16
auth.d.ts vendored
View File

@@ -1,10 +1,10 @@
declare module '#auth-utils' {
interface UserSession {
user: {
email: string
username: string
picture: string
admin: boolean
}
}
interface UserSession {
user: {
email: string
username: string
picture: string
admin: boolean
}
}
}