diff options
| author | 2026-01-30 17:05:49 +0100 | |
|---|---|---|
| committer | 2026-01-30 17:05:49 +0100 | |
| commit | c075dd83c916bfebe4dd68f6e5c425b45a804305 (patch) | |
| tree | 32d912113f2f25c17bfcfcd2c3e7a37aa36a17a3 /packages/ui/src/types | |
| parent | 50de0891a02c5a782efe592cf58508707bffbe56 (diff) | |
| download | DropOut-c075dd83c916bfebe4dd68f6e5c425b45a804305.tar.gz DropOut-c075dd83c916bfebe4dd68f6e5c425b45a804305.zip | |
chore(types): regenerate typescript bindings with compact formatting
- Regenerate ts-rs bindings with single-line type definitions
- Add new bindings: account_storage.ts, java module types
- Update all existing binding files to compact format
- Add generated types for old UI package
Reviewed-by: Claude Sonnet 4.5
Diffstat (limited to 'packages/ui/src/types')
| -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, }; |