diff --git a/js/plugin_loader.ts b/js/plugin_loader.ts index 22eed8cb7..bf558cea5 100644 --- a/js/plugin_loader.ts +++ b/js/plugin_loader.ts @@ -1913,7 +1913,9 @@ BARS.defineActions(function() { }) }) - +declare global { + const BBPlugin: typeof Plugin; +} Object.assign(window, { Plugins, Plugin,