Node<T>: {
    data: T;
    id: string;
    type: string;
}

Type Parameters

  • T = any

Type declaration

  • data: T
  • id: string
  • type: string

    The type of the node

Generated using TypeDoc