quixotic-gol 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -219,6 +219,8 @@ export declare interface LayoutConfig {
219
219
  * Content structure for graph nodes
220
220
  */
221
221
  export declare interface NodeContent {
222
+ /** Unique key for the node */
223
+ key?: string;
222
224
  /** Tags associated with the node */
223
225
  tags: string[];
224
226
  /** Display label for the node */