import * as rx from "rxjs"; export interface IObserverWithSubscription { observer: rx.Observer; subscription: rx.Subscription; id: string; }