import { DiscoverHost } from './DiscoverHost'; export interface DiscoverZone { excludePatterns?: string[]; discoverHost?: DiscoverHost; }