{"version":3,"sources":["../src/types.ts"],"sourcesContent":["// Re-export all types from schema (single source of truth via Zod inference)\nexport type {\n  LacStatus,\n  LacStatusTransition,\n  LacAnnotation,\n  LacFieldLock,\n  LacNode,\n  LacEdge,\n  LacGraph,\n  LacIndexEntry,\n  LacIndex,\n  LacConfig,\n  TypeDef,\n  ViewDef,\n  FieldDef,\n} from './schema.js'\n\n// Data export shape consumed by React hub (from .lac/graph.json)\nexport interface LacDataExport {\n  graph: import('./schema.js').LacGraph\n  index: import('./schema.js').LacIndex\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}