@twinfinity/core
    Preparing search index...

    Interface BatchSummary

    interface BatchSummary {
        failed: number;
        succeeded: number;
        total: number;
    }
    Index

    Properties

    failed: number
    succeeded: number
    total: number