@twinfinity/core
    Preparing search index...

    Interface AssetBatchUpsertOperation

    interface AssetBatchUpsertOperation {
        id: string;
        item: AssetBatchUpsertItem;
        operation: "upsert";
    }
    Index

    Properties

    Properties

    id: string
    operation: "upsert"