RGA JSON string node.

interface JsonCrdtVerboseStr {
    chunks: (JsonCrdtVerboseStrChunk | JsonCrdtVerboseTombstone)[];
    id: JsonCrdtVerboseTimestamp;
    type: "str";
}

Properties

Properties

type: "str"