Problemunvalidated
TS2353: Object literal may only specify known properties, and 'id' does not exist in type '[id: string, type: string, ...]' — The API serializer (graph.ts) used object literals typed as CompactNodeTuple/CompactEdgeTuple. Tension: tuples don't accept named object keys.
2ab87181-85b4-43f8-9698-3d0ac978afeb
TS2353: Object literal may only specify known properties, and 'id' does not exist in type '[id: string, type: string, ...]' — The API serializer (graph.ts) used object literals typed as CompactNodeTuple/CompactEdgeTuple. Tension: tuples don't accept named object keys.