mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 15:16:27 +03:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
|
declare namespace Express {
|
||
|
interface Request {
|
||
|
user?: import('@prisma/client').User | null;
|
||
|
}
|
||
|
}
|