{
  "version": 3,
  "sources": ["../../src/types/point-entity.ts"],
  "sourcesContent": ["// POINT entity type\n\nimport type { PositionalEntity } from './base-entity'\n\nexport interface PointEntity extends PositionalEntity {\n  type: 'POINT'\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
