frontend/.pnpm-store/v3/files/ff/e7676cac8a8cfc637862e83b209c3cba23d19ea4c7a456a1413b1846f0592e5d443e6becf7600e2024c00e6f0059dab0d390d6edf0058d157c63029e63d458

7 lines
247 B
Plaintext

export class SubscriptionLog {
constructor(subscribedFrame, unsubscribedFrame = Infinity) {
this.subscribedFrame = subscribedFrame;
this.unsubscribedFrame = unsubscribedFrame;
}
}
//# sourceMappingURL=SubscriptionLog.js.map