iceberg-js
    Preparing search index...

    Interface RemovePropertiesUpdate

    interface RemovePropertiesUpdate {
        action: "remove-properties";
        removals: string[];
    }
    Index

    Properties

    Properties

    action: "remove-properties"
    removals: string[]