PartialNode: Partial<Node> & {
    id: string;
}

A node with only a subset of its properties.

Type declaration

  • id: string

    The id of the node.