This commit is contained in:
Fredrik Burmester
2024-09-27 18:18:10 +02:00
parent a46737442d
commit a386c3a47c
6 changed files with 122 additions and 79 deletions

View File

@@ -4,7 +4,6 @@ import { atom } from "jotai";
export type ProcessItem = {
item: BaseItemDto;
progress: number;
speed?: number;
startTime?: Date;
};