buzzcasting-storage 2.9.1 → 2.9.3

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.
@@ -326,8 +326,6 @@ export declare interface ITopic {
326
326
  sentiment: number;
327
327
  }
328
328
 
329
- export declare function messageId(e: MouseEvent, selector?: string): string | undefined;
330
-
331
329
  export declare enum MODERATION {
332
330
  APPROVED = "approved",
333
331
  BEFORE = "before",