mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
fixed type mismatch
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare namespace Strategy {
|
||||
|
||||
interface Profile extends passport.Profile {
|
||||
profileUrl: string;
|
||||
id: number
|
||||
id: number|string;
|
||||
username: string;
|
||||
provider: string;
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user