Skip to content

Commit

Permalink
Defined missing function
Browse files Browse the repository at this point in the history
[INTENG-13750] Added a line to define the function under the interface
  • Loading branch information
nsingh-branch committed Sep 27, 2021
1 parent d7b8226 commit 4aeae37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ interface Branch {
isTrackingDisabled: boolean;
getLatestReferringParams: (synchronous?: boolean) => Promise<BranchParams>;
getFirstReferringParams: () => Promise<BranchParams>;
lastAttributedTouchData: (attributionWindow?: number) => Promise<BranchParams>;
setIdentity: (identity: string) => void;
setRequestMetadata: (key: string, value: string) => void;
addFacebookPartnerParameter: (name: string, value: string) => void;
Expand Down

0 comments on commit 4aeae37

Please sign in to comment.