mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 11:35:34 +08:00
b4bb57b2a5
Co-authored-by: Himself65 <himself65@outlook.com>
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
declare namespace Express {
|
|
interface Request {
|
|
user?: import('@prisma/client').User | null;
|
|
}
|
|
}
|