[Gekidou - MM-44645] Search Screen - show results from server (#6314)

Co-authored-by: Daniel Espino García <larkox@gmail.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Jason Frerich
2022-06-15 08:29:32 -05:00
committed by GitHub
parent 9370a9c54e
commit 196f922b6a
25 changed files with 784 additions and 279 deletions

View File

@@ -33,3 +33,8 @@ type FileUploadResponse = {
file_infos: FileInfo[];
client_ids: string[];
};
type FileSearchParams = {
terms: string;
is_or_search: boolean;
};