File size: 247 Bytes
bc20498 |
1 2 3 4 5 6 7 |
export class SubscriptionLog {
constructor(subscribedFrame, unsubscribedFrame = Infinity) {
this.subscribedFrame = subscribedFrame;
this.unsubscribedFrame = unsubscribedFrame;
}
}
//# sourceMappingURL=SubscriptionLog.js.map |