mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix model install event types
This commit is contained in:
@@ -46,11 +46,11 @@ export type ModelLoadCompletedEvent = {
|
||||
};
|
||||
|
||||
export type ModelInstallDownloadingEvent = {
|
||||
bytes: string;
|
||||
bytes: number;
|
||||
local_path: string;
|
||||
source: string;
|
||||
timestamp: number;
|
||||
total_bytes: string;
|
||||
total_bytes: number;
|
||||
id: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user