Automerge Repo - v2.3.0-alpha.0
    Preparing search index...
    type DecodedChange = {
        actor: Automerge.ActorId;
        deps: Automerge.Heads;
        hash: Hash;
        message: string | null;
        ops: Op[];
        seq: number;
        startOp: number;
        time: number;
    }
    Index

    Properties

    hash: Hash
    message: string | null
    ops: Op[]
    seq: number
    startOp: number
    time: number