This commit is contained in:
Jannes Vandepitte
2022-08-25 18:47:06 +02:00
parent f0976081f3
commit 4afa09fd7a
10 changed files with 112 additions and 37 deletions

View File

@@ -188,12 +188,3 @@ export interface serviceItem {
newTab?: boolean;
status?: string[];
}
export interface DownloadItem {
name: string;
progress: number;
size: number;
id: string;
state: 'paused' | 'downloading' | 'queued';
eta: number;
}