Skip to content

@expofp/floorplan / FloorPlanEntity

Type Alias: FloorPlanEntity

ts
type FloorPlanEntity = 
  | FloorPlanBooth
  | FloorPlanCategory
  | FloorPlanExhibitor
  | FloorPlanSchedule
  | FloorPlanLanguage
  | FloorPlanHeatmapYah;