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

    Type Alias TreeDiff

    type TreeDiff = {
        diff: TreeDiffItem[];
        type: "tree";
    }
    Index

    Properties

    Properties

    diff: TreeDiffItem[]
    type: "tree"