import { Subject } from 'rxjs'; export type TDestroyable = Readonly<{ destroy$: Subject; }>;