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

    Type Alias MapOp

    MapOp:
        | { key: string; type: "insert"; value: JsonValue }
        | { key: string; type: "delete" }