@playlive/tiltify-search
    Preparing search index...

    Type Alias GetAllCampaignsProgress

    Progress event emitted by CampaignSearch.getAllCampaigns.

    type GetAllCampaignsProgress = {
        collected: number;
        total: number;
    }
    Index
    collected: number

    Number of unique hits fetched so far. Monotonic non-decreasing.

    total: number

    Total number of records matching the base filter, fixed at probe time.