@roomy-chat/sdk

    Type Alias JsonChange

    type JsonChange = {
        deps: JsonOpID[];
        id: JsonOpID;
        lamport: number;
        msg: string | null;
        ops: JsonOp[];
        timestamp: number;
    }
    Index

    Properties

    deps: JsonOpID[]
    lamport: number
    msg: string | null
    ops: JsonOp[]
    timestamp: number

    The timestamp in seconds.

    Unix time It is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970.

    MMNEPVFCICPMFPCPTTAAATR