buzzcasting-storage 2.16.7 → 2.16.8

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.
@@ -225,6 +225,7 @@ export declare interface IMessage {
225
225
  published: string;
226
226
  harvested: string;
227
227
  utc: number;
228
+ expires: number;
228
229
  channel: string;
229
230
  type: string;
230
231
  sender: ISender;