Update index.d.ts

This commit is contained in:
Daniel Perez Alvarez
2018-02-17 21:40:04 -05:00
committed by GitHub
parent 1d61b414bb
commit 18c0620984

View File

@@ -26,8 +26,8 @@ declare global {
isAuthenticated(): boolean;
isUnauthenticated(): boolean;
}
// tslint:disable-next-line:no-empty-interface
interface User {
[_: string]: any;
}
}
}