Zone: {
    allowedGroups: readonly OccupantGroup[];
    id: string;
    primaryGroup: OccupantGroup;
    rect: WorldBounds;
    streetId: string;
    streetLabel: string;
}