fix(ui): fix ImportMainModelResponse type

This commit is contained in:
psychedelicious 2024-02-24 00:17:52 +11:00 committed by Brandon Rising
parent 4afb6b8b0a
commit 4854aa8dc2

View File

@ -61,7 +61,7 @@ type ImportMainModelArg = {
}; };
type ImportMainModelResponse = 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 = type ListImportModelsResponse =
paths['/api/v2/models/import']['get']['responses']['200']['content']['application/json']; paths['/api/v2/models/import']['get']['responses']['200']['content']['application/json'];