aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/InstallState.ts
blob: 553aa53b0e32c0175c381cdee7d684f705a848a6 (plain)
1
2
3
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.

export type InstallState = "Downloading" | "Extracting" | "Done";