Sign in
apache
/
incubator-resilientdb-ResContract
/
refs/heads/deploy
/
.
/
node_modules
/
rxjs
/
src
/
internal
/
testing
/
SubscriptionLog.ts
blob: 367a6d969127440e6c364936b2d0a821ed167a45 [
file
]
export
class
SubscriptionLog
{
constructor
(
public
subscribedFrame
:
number
,
public
unsubscribedFrame
:
number
=
Infinity
)
{
}
}