mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-16 11:37:13 +02:00
10 lines
121 B
TypeScript
10 lines
121 B
TypeScript
|
|
declare namespace Express {
|
|
|
|
export interface Request {
|
|
}
|
|
|
|
export interface Session {
|
|
user?;
|
|
}
|
|
} |