{
  "version": 3,
  "sources": ["../../src/types/insert-entity.ts"],
  "sourcesContent": ["// INSERT entity type (block references)\n\nimport type { PositionalEntity } from './base-entity'\n\nexport interface InsertEntity extends PositionalEntity {\n  type: 'INSERT'\n  block: string\n  scaleX?: number\n  scaleY?: number\n  scaleZ?: number\n  rotation?: number\n  columnCount?: number\n  rowCount?: number\n  columnSpacing?: number\n  rowSpacing?: number\n  extrusionX?: number\n  extrusionY?: number\n  // extrusionZ inherited from BaseEntity via PositionalEntity\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
