mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add optional variable
This commit is contained in:
Vendored
+1
@@ -8,6 +8,7 @@
|
||||
declare module Express {
|
||||
export interface Request {
|
||||
session?: any;
|
||||
authInfo?: any;
|
||||
|
||||
// These declarations are merged into express's Request type
|
||||
login(user: any, done: (err: any) => void): void;
|
||||
|
||||
Reference in New Issue
Block a user