@twinfinity/core
    Preparing search index...

    Interface AssetBatchDeleteOperation

    interface AssetBatchDeleteOperation {
        id: string;
        item: { etag: string };
        operation: "delete";
    }
    Index

    Properties

    Properties

    id: string
    item: { etag: string }
    operation: "delete"