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

    Type Alias CounterDiff

    type CounterDiff = {
        increment: number;
        type: "counter";
    }
    Index

    Properties

    Properties

    increment: number
    type: "counter"