cea248ae8c19b73039aedca9bb8d41ee0e4c3bfa1b1bb5effb6164311eebe26a2b0523478d05f3a4c266ba6706a67c95e32ff198f1394540d495e7758bd725 263 B

1234567
  1. export class SubscriptionLog {
  2. constructor(subscribedFrame, unsubscribedFrame = Number.POSITIVE_INFINITY) {
  3. this.subscribedFrame = subscribedFrame;
  4. this.unsubscribedFrame = unsubscribedFrame;
  5. }
  6. }
  7. //# sourceMappingURL=SubscriptionLog.js.map