buzzcasting-storage 2.10.12 → 2.10.13

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.
@@ -234,6 +234,7 @@ export declare interface IMetrics {
234
234
  export declare interface IModal {
235
235
  showComponent: string;
236
236
  props?: any;
237
+ timeout?: number;
237
238
  }
238
239
 
239
240
  /**