Archived
2
0

remove unused property.

This commit is contained in:
Miroslav Šedivý
2022-11-19 16:57:00 +01:00
parent 3703d2b73d
commit 950cb118cc
2 changed files with 1 additions and 4 deletions

View File

@ -36,6 +36,5 @@ export interface FileTransfer {
size: number
progress: number
status: 'pending' | 'inprogress' | 'completed'
axios: Promise<void> | null
abortController: AbortController | null
}