buzzcasting-storage 2.12.8 → 2.12.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -466,3 +466,11 @@ export declare class Widget {
466
466
  export declare function widgetParams(query: IQuery): IQuery;
467
467
 
468
468
  export { }
469
+
470
+
471
+ declare global {
472
+ interface Window {
473
+ BuzzCasting: any;
474
+ }
475
+ }
476
+