mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #12014 from apexskier/fbsdk
Minor fixes to fbsdk ui request params interface
This commit is contained in:
Vendored
+2
-2
@@ -29,13 +29,13 @@ interface PageTabDialogParams {
|
||||
|
||||
interface RequestsDialogParams {
|
||||
method: string; // "apprequests"
|
||||
app_id: string;
|
||||
app_id?: string;
|
||||
redirect_uri?: string;
|
||||
to?: string;
|
||||
message: string;
|
||||
action_type?: string; // "send" | "askfor" | "turn"
|
||||
object_id?: string;
|
||||
filters: string /* "app_users" | "app_non_users" */ | {
|
||||
filters: string[] | {
|
||||
name: string;
|
||||
user_ids: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user