aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/InstallProgress.ts
blob: c7c92542553f15556f128a04829a620e2d76aae9 (plain)
1
2
3
4
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { InstallState } from "./InstallState";

export type InstallProgress = { current_downloaded: bigint, total_size: bigint, state: InstallState, };