Merge pull request #31281 from tgriesser/patch-1

Remove global Express.Request.user declaration
This commit is contained in:
Sheetal Nandi
2019-01-04 14:27:12 -08:00
committed by GitHub
-7
View File
@@ -58,10 +58,3 @@ declare namespace jwt {
constructor(code: ErrorCode, error: { message: string });
}
}
declare global {
namespace Express {
export interface Request {
user?: any
}
}
}