import { TIntersectionsCameraWatcherConfig } from './TIntersectionsCameraWatcherConfig'; import { TIntersectionsDirectionWatcherConfig } from './TIntersectionsDirectionWatcherConfig'; export type TAnyIntersectionsWatcherConfig = TIntersectionsCameraWatcherConfig | TIntersectionsDirectionWatcherConfig;