import { TAbstractIntersectionsWatcherParams } from './TAbstractIntersectionsWatcherParams'; export type TAbstractIntersectionsWatcherConfig = Omit & Readonly<{ actorNames: ReadonlyArray; isAutoStart: boolean; intersectionsLoop?: string; }>;