feat: SHIFT-CMD-F zoek functionaliteit toegevoegd
This commit is contained in:
@@ -166,3 +166,16 @@ class HistoryItem(BaseModel):
|
||||
|
||||
class HistoryListResponse(BaseModel):
|
||||
items: list[HistoryItem]
|
||||
|
||||
|
||||
class SearchResultItem(BaseModel):
|
||||
name: str
|
||||
path: str
|
||||
type: str
|
||||
parent_path: str
|
||||
root: str
|
||||
|
||||
|
||||
class SearchResponse(BaseModel):
|
||||
items: list[SearchResultItem]
|
||||
truncated: bool
|
||||
|
||||
Reference in New Issue
Block a user