{
  "version": 3,
  "sources": ["../../src/types/shape-entity.ts"],
  "sourcesContent": ["// SHAPE entity type\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface ShapeEntity extends BaseEntity {\n  type: 'SHAPE'\n  insertionPoint: Point3D\n  /** Shape name (from a loaded SHX shape file). */\n  name: string\n  /** Size in drawing units. */\n  size: number\n  rotation?: number\n  relativeXScale?: number\n  oblique?: number\n  thickness?: number\n  extrusionX?: number\n  extrusionY?: number\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
