mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
add missing grantedScopes property in AuthResponse interface (#27043)
This commit is contained in:
committed by
Mohamed Hegazy
parent
2cf2ef209d
commit
3035b6849e
1
types/facebook-js-sdk/index.d.ts
vendored
1
types/facebook-js-sdk/index.d.ts
vendored
@@ -189,6 +189,7 @@ declare namespace facebook {
|
||||
expiresIn: number;
|
||||
signedRequest: string;
|
||||
userID: string;
|
||||
grantedScopes?: string;
|
||||
}
|
||||
|
||||
interface StatusResponse {
|
||||
|
||||
Reference in New Issue
Block a user