Skip to content

Commit

Permalink
fix(bottle): add android app bridge message type
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 15, 2024
1 parent 50ef742 commit 670a201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/bottle/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ declare const Native: {
onLogin: (json: string) => void;
onSignup: (json: string) => void;
openLink: (json: string) => void;
openWebView: (json: string) => void;
};

interface WebviewCloseMessage {
Expand Down

0 comments on commit 670a201

Please sign in to comment.