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

    Type Alias ListDiff

    type ListDiff = {
        diff: Delta<(Value | Container)[]>[];
        type: "list";
    }
    Index

    Properties

    Properties

    diff: Delta<(Value | Container)[]>[]
    type: "list"