Skip to content

Type Alias: MapData

ts
type MapData = {
  entities: MapEntity[];
};

Properties

PropertyType
entitiesMapEntity[]