Interface Node

interface Node {
    $id: string;
    [id: string]: any;
}

Indexable

[id: string]: any

Properties

Properties

$id: string

Generated using TypeDoc