diff options
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/types/generated/downloader.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/types/generated/downloader.ts b/packages/ui/src/types/generated/downloader.ts new file mode 100644 index 0000000..f35b790 --- /dev/null +++ b/packages/ui/src/types/generated/downloader.ts @@ -0,0 +1,3 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. + +export type ProgressEvent = { file: string, downloaded: bigint, total: bigint, status: string, completedFiles: number, totalFiles: number, totalDownloadedBytes: bigint, }; |