From 670a2012e04306979f47cd5fb180c8369367dd90 Mon Sep 17 00:00:00 2001 From: stakbucks Date: Sun, 15 Sep 2024 21:46:12 +0900 Subject: [PATCH] fix(bottle): add android app bridge message type --- apps/bottle/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/bottle/global.d.ts b/apps/bottle/global.d.ts index ac1b190..54b2d94 100644 --- a/apps/bottle/global.d.ts +++ b/apps/bottle/global.d.ts @@ -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 {