import { TWithActiveAccessorsService } from '../../Services/Models'; import { BehaviorSubject } from 'rxjs'; export type TWithActiveMixinResult = Omit, 'active$'> & Readonly<{ active$: BehaviorSubject; }>;