@roomy-chat/sdk
    Preparing search index...

    Type Alias OpId

    The unique id of each operation.

    type OpId = {
        counter: number;
        peer: PeerID;
    }
    Index

    Properties

    Properties

    counter: number
    peer: PeerID