forked from Ivasoft/mattermost-mobile
[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:
5
types/api/files.d.ts
vendored
5
types/api/files.d.ts
vendored
@@ -33,3 +33,8 @@ type FileUploadResponse = {
|
||||
file_infos: FileInfo[];
|
||||
client_ids: string[];
|
||||
};
|
||||
|
||||
type FileSearchParams = {
|
||||
terms: string;
|
||||
is_or_search: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user