{
  "version": 3,
  "sources": ["../../src/types/mline-entity.ts"],
  "sourcesContent": ["import type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface MLineEntity extends BaseEntity {\n  type: 'MLINE'\n\n  startPoint?: Point3D\n  endPoint?: Point3D\n\n  vertexCount?: number\n  styleName?: string\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
