import { Subscription } from 'rxjs'; import { TDestroyable } from './TDestroyable'; export type TDisposable = TDestroyable | Subscription;