export interface ExclusionZone { id: string; from: number; to: number; }