Tuple (LWW JSON array) node.

interface JsonCrdtVerboseVec {
    id: JsonCrdtVerboseTimestamp;
    map: (null | JsonCrdtNode)[];
    type: "vec";
}

Properties

Properties

map: (null | JsonCrdtNode)[]
type: "vec"