@yorkie-js/sdk
    Preparing search index...

    Type Alias IncreaseOpInfo

    IncreaseOpInfo represents the information of the increase operation.

    type IncreaseOpInfo = {
        path: string;
        type: "increase";
        value: number;
    }
    Index

    Properties

    Properties

    path: string
    type: "increase"
    value: number