@tauri-apps/plugin-updater - v2.9.0
    Preparing search index...

    Type Alias DownloadEvent

    DownloadEvent:
        | { event: "Started"; data: { contentLength?: number } }
        | { event: "Progress"; data: { chunkLength: number } }
        | { event: "Finished" }

    Updater download event