import { TIntersectionsCameraWatcher } from './TIntersectionsCameraWatcher'; import { TIntersectionsDirectionWatcher } from './TIntersectionsDirectionWatcher'; export type TAnyIntersectionsWatcher = TIntersectionsCameraWatcher | TIntersectionsDirectionWatcher;