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