aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/InstallState.ts
blob: d2a918600aa08d1324fcc7b4e7a6d55ee2b1ba21 (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";