import { DiscoveryHost } from './DiscoveryHost'; export interface DiscoveryZone { excludePatterns?: string[]; discoveryHost?: DiscoveryHost; }