Meilisearch JS
    Preparing search index...

    Type Alias Batch

    meilisearch_types::batch_view::BatchView at https://github.com/meilisearch/meilisearch

    type Batch = {
        details: TaskDetails;
        duration: string | null;
        finishedAt: string | null;
        progress: BatchProgress | null;
        startedAt: string;
        stats: BatchStats;
        uid: number;
    }
    Index

    Properties

    details: TaskDetails
    duration: string | null
    finishedAt: string | null
    progress: BatchProgress | null
    startedAt: string
    stats: BatchStats
    uid: number