fix(ui): fix ImportMainModelResponse type

This commit is contained in:
psychedelicious 2024-02-24 00:17:52 +11:00
parent 62c67d7c4b
commit 793c7ec832

View File

@ -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'];