Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#12014 from apexskier/fbsdk
Browse files Browse the repository at this point in the history
Minor fixes to fbsdk ui request params interface
  • Loading branch information
yuit authored Nov 10, 2016
2 parents 427670c + 8a7d149 commit de581ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fbsdk/fbsdk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
};
Expand Down

0 comments on commit de581ad

Please sign in to comment.