mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #62467 [@types/facebook-js-sdk] add data_access_expiration_time property to AuthResponse by @mayone-du
Co-authored-by: Yuki Ishikawa <>
This commit is contained in:
1
types/facebook-js-sdk/index.d.ts
vendored
1
types/facebook-js-sdk/index.d.ts
vendored
@@ -475,6 +475,7 @@ declare namespace facebook {
|
||||
////////////////////////
|
||||
interface AuthResponse {
|
||||
accessToken: string;
|
||||
data_access_expiration_time: number;
|
||||
expiresIn: number;
|
||||
signedRequest: string;
|
||||
userID: string;
|
||||
|
||||
Reference in New Issue
Block a user