Files
Firelink/src/bindings/DownloadStatus.ts
T
2026-06-20 18:51:38 +03:30

4 lines
239 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type DownloadStatus = "ready" | "downloading" | "processing" | "paused" | "completed" | "failed" | "queued" | "retrying";