♻️ Update the typing for chunkedTranfer

This commit is contained in:
Rune Harlyk
2026-01-22 20:21:29 +01:00
committed by Rune Harlyk
parent f10406b29c
commit 38bb16bb6c
5 changed files with 74 additions and 99 deletions
@@ -1,5 +1,6 @@
<script lang="ts">
import { fileSystemClient, type TransferProgress } from '$lib/filesystem/chunkedTransfer'
import { fileSystemClient } from '$lib/filesystem/chunkedTransfer'
import type { TransferProgress } from '$lib/types/models'
import { onMount } from 'svelte'
let currentPath = '/'