iceberg-js
    Preparing search index...

    Interface RemoveSchemasUpdate

    interface RemoveSchemasUpdate {
        action: "remove-schemas";
        "schema-ids": number[];
    }
    Index

    Properties

    Properties

    action: "remove-schemas"
    "schema-ids": number[]