mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix ImportMainModelResponse type
This commit is contained in:
parent
62c67d7c4b
commit
793c7ec832
@ -61,7 +61,7 @@ type ImportMainModelArg = {
|
||||
};
|
||||
|
||||
type ImportMainModelResponse =
|
||||
paths['/api/v2/models/import']['post']['responses']['201']['content']['application/json'];
|
||||
paths['/api/v2/models/heuristic_import']['post']['responses']['201']['content']['application/json'];
|
||||
|
||||
type ListImportModelsResponse =
|
||||
paths['/api/v2/models/import']['get']['responses']['200']['content']['application/json'];
|
||||
|
Loading…
Reference in New Issue
Block a user