This commit is contained in:
Fredrik Burmester
2024-10-03 18:26:59 +02:00
parent 83548da2c5
commit 559d8474bc
15 changed files with 373 additions and 205 deletions

View File

@@ -25,6 +25,7 @@ export interface JobStatus {
item: Partial<BaseItemDto>;
speed?: number;
timestamp: Date;
base64Image?: string;
}
/**