A constant immutable JSON value.

interface JsonCrdtVerboseCon {
    id: JsonCrdtVerboseTimestamp;
    timestamp?: boolean;
    type: "con";
    value?: unknown;
}

Properties

timestamp?: boolean
type: "con"
value?: unknown