Files
Firelink/src/bindings/DownloadStateEvent.ts
T
2026-07-01 14:45:55 +03:30

4 lines
217 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type DownloadStateEvent = { id: string, status: string, error: string | null, fileName?: string, };