mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-20 06:51:45 +01:00
Remove trpc and use H3 instead
This commit is contained in:
7
src/auth.d.ts
vendored
Normal file
7
src/auth.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module '#auth-utils' {
|
||||
interface UserSession {
|
||||
user: {
|
||||
username: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user