{
  "version": 3,
  "sources": ["../../src/types/spline-entity.ts"],
  "sourcesContent": ["// SPLINE entity type\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface SplineEntity extends BaseEntity {\n  type: 'SPLINE'\n  controlPoints: Point3D[]\n  knots: number[]\n  degree: number\n  weights?: number[]\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
