mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update fbsdk.d.ts
This commit is contained in:
Vendored
+2
-2
@@ -21,7 +21,7 @@ interface FBUIParams{
|
||||
|
||||
interface FBLoginOptions{
|
||||
auth_type ?: string;
|
||||
scopes ?: string;
|
||||
scope ?: string;
|
||||
return_scopes ?: boolean;
|
||||
enable_profile_selector ?: boolean;
|
||||
profile_selector_ids ?: string;
|
||||
@@ -132,4 +132,4 @@ declare module "FB" {
|
||||
export = FB;
|
||||
}
|
||||
|
||||
declare var FB : FBSDK;
|
||||
declare var FB : FBSDK;
|
||||
|
||||
Reference in New Issue
Block a user