export interface ZoneData { name: string; type: number; vertices?: number[][]; indices?: number[]; variables: Record<string, any>; }