mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
modify unit test
This commit is contained in:
Vendored
+2
@@ -12,6 +12,8 @@ declare module Express {
|
||||
}
|
||||
|
||||
export interface Session {
|
||||
[key: string]: any;
|
||||
|
||||
regenerate: (callback: (err: any) => void) => void;
|
||||
destroy: (callback: (err: any) => void) => void;
|
||||
reload: (callback: (err: any) => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user