Meilisearch JS
    Preparing search index...

    Type Alias BatchProgressStep

    milli::progress::ProgressStepView

    type BatchProgressStep = {
        currentStep: string;
        finished: number;
        total: number;
    }
    Index

    Properties

    currentStep: string
    finished: number
    total: number