@twinfinity/core
    Preparing search index...

    Interface AssetBatchRestoreOperation

    interface AssetBatchRestoreOperation {
        id: string;
        item: { etag: string };
        operation: "restore";
    }
    Index

    Properties

    Properties

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