mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
5
packages/backend/server/src/global.d.ts
vendored
Normal file
5
packages/backend/server/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace Express {
|
||||
interface Request {
|
||||
user?: import('@prisma/client').User | null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user