@triply/triplydb
    Preparing search index...

    Type Alias OnProgressUpdateType

    OnProgressUpdateType: "creating" | "swapping" | "deleting" | "finished"

    Which step of a rolling update an onProgress callback is being told about.

    A rolling update creates a replacement service, swaps it in, then deletes the old one, so a callback sees "creating", "swapping", "deleting" and finally "finished".