mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix passport tests
This commit is contained in:
Vendored
+6
@@ -5,6 +5,12 @@
|
||||
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
|
||||
declare module Express {
|
||||
export interface Request {
|
||||
session?: any;
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'passport' {
|
||||
import express = require('express');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user