mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix model install event types
This commit is contained in:
parent
cdd2f18bbd
commit
7c41b3439a
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user