mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added Request type with cookies and session, and fixed stuff that it broke
This commit is contained in:
parent
865e97a754
commit
3b902d736f
9 changed files with 117 additions and 95 deletions
|
@ -46,3 +46,9 @@ export interface User {
|
|||
avaiblePWRequests: number
|
||||
loginCount: number
|
||||
}
|
||||
|
||||
export interface Request extends express.Request {
|
||||
cookies: any
|
||||
session: any
|
||||
busboy: any
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue