mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added username to facebook profile
This commit is contained in:
+1
@@ -13,6 +13,7 @@ declare module 'passport-facebook' {
|
||||
interface Profile extends passport.Profile {
|
||||
gender: string;
|
||||
profileUrl: string;
|
||||
username: string;
|
||||
}
|
||||
|
||||
interface IStrategyOption {
|
||||
|
||||
Reference in New Issue
Block a user