From cb4499fd8ab0322fa3ab706adfb46caf21c57eec Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 22 Dec 2023 20:23:51 -0500 Subject: Update offscreen to use invokeApiMapHandler (#427) * Update offscreen to use invokeApiMapHandler * Simplify init --- types/ext/offscreen.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types/ext') diff --git a/types/ext/offscreen.d.ts b/types/ext/offscreen.d.ts index d67733bb..2046bfe0 100644 --- a/types/ext/offscreen.d.ts +++ b/types/ext/offscreen.d.ts @@ -131,3 +131,5 @@ export type OffscreenApiHandler = ApiHandler = ApiParams; export type OffscreenApiReturn = ApiReturn; + +export type MessageAny = Message; -- cgit v1.2.3