LWW register for any JSON value.

interface JsonCrdtVerboseVal {
    id: JsonCrdtVerboseTimestamp;
    type: "val";
    value: JsonCrdtNode;
}

Properties

Properties

type: "val"