import { TIntersectionsCameraWatcherParams } from './TIntersectionsCameraWatcherParams'; import { TIntersectionsDirectionWatcherParams } from './TIntersectionsDirectionWatcherParams'; export type TAnyIntersectionsWatcherParams = TIntersectionsCameraWatcherParams | TIntersectionsDirectionWatcherParams;