UNPKG

testastra

Version:

** testastra **

5 lines 159 B
export class SubscriptionLog { constructor(public subscribedFrame: number, public unsubscribedFrame: number = Number.POSITIVE_INFINITY) { } }