Meilisearch JS
    Preparing search index...

    Type Alias TaskType

    TaskType: PascalToCamelCase<
        | "DocumentAdditionOrUpdate"
        | "DocumentEdition"
        | "DocumentDeletion"
        | "SettingsUpdate"
        | "IndexCreation"
        | "IndexDeletion"
        | "IndexUpdate"
        | "IndexSwap"
        | "TaskCancelation"
        | "TaskDeletion"
        | "DumpCreation"
        | "SnapshotCreation"
        | "UpgradeDatabase",
    >

    meilisearch_types::tasks::Kind