@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbEntityBulkActionProgressModalValue

    interface UmbEntityBulkActionProgressModalValue {
        completed: number;
        total: number;
    }
    Index
    completed: number

    The number of items processed so far.

    total: number

    The total number of items to process.