@twinfinity/core
    Preparing search index...

    Interface AssetBatchResponse

    interface AssetBatchResponse {
        results: BatchItemResult<AssetBatchOperationStatus>[];
        summary?: BatchSummary;
    }
    Index

    Properties

    Properties

    summary?: BatchSummary