From 18c0620984fa14fca80bc986618f24ecead8bb83 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Sat, 17 Feb 2018 21:40:04 -0500 Subject: [PATCH] Update index.d.ts --- types/passport/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/passport/index.d.ts b/types/passport/index.d.ts index 10f5d8ae8f..06c7f0b9db 100644 --- a/types/passport/index.d.ts +++ b/types/passport/index.d.ts @@ -26,8 +26,8 @@ declare global { isAuthenticated(): boolean; isUnauthenticated(): boolean; } - // tslint:disable-next-line:no-empty-interface interface User { + [_: string]: any; } } }