feat: Add search to Scanned Models

This commit is contained in:
blessedcoolant
2023-07-17 17:32:34 +12:00
parent 98e6a56714
commit 41e7b008fb
2 changed files with 54 additions and 13 deletions

View File

@ -93,7 +93,7 @@ type AddMainModelArg = {
type AddMainModelResponse =
paths['/api/v1/models/add']['post']['responses']['201']['content']['application/json'];
type SearchFolderResponse =
export type SearchFolderResponse =
paths['/api/v1/models/search']['get']['responses']['200']['content']['application/json'];
type CheckpointConfigsResponse =