export interface SeatMapZone { layout: (string | null)[] prbds: string[] title: string }