InteropObservable

type InteropObservable<T> = { [Symbol.observable]: () => Subscribable<T>; };