feat(ui): alias existing type for UpdateLoRAModelResponse

This commit is contained in:
psychedelicious 2023-07-28 10:34:30 +10:00
parent aa2c94be9e
commit 8d300bddd0

View File

@ -61,8 +61,7 @@ type UpdateLoRAModelArg = {
type UpdateMainModelResponse =
paths['/api/v1/models/{base_model}/{model_type}/{model_name}']['patch']['responses']['200']['content']['application/json'];
type UpdateLoRAModelResponse =
paths['/api/v1/models/{base_model}/{model_type}/{model_name}']['patch']['responses']['200']['content']['application/json'];
type UpdateLoRAModelResponse = UpdateMainModelResponse;
type DeleteMainModelArg = {
base_model: BaseModelType;