From e1259409e914baaa399e2866feb887b3beddbdf7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 20 Feb 2018 22:53:34 +0900 Subject: wip --- src/web/app/init.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/web/app/init.ts') diff --git a/src/web/app/init.ts b/src/web/app/init.ts index e8ca789272..9e49c4f0fb 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -105,6 +105,8 @@ type API = { placeholder?: string; default?: string; }) => Promise; + + post: () => void; }; // MiOSを初期化してコールバックする -- cgit v1.2.3-freya