mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-05 10:55:17 +02:00
Local search for apps
This commit is contained in:
parent
8521995758
commit
6ae6c58f4c
14 changed files with 297 additions and 4751 deletions
5
client/src/interfaces/SearchResult.ts
Normal file
5
client/src/interfaces/SearchResult.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface SearchResult {
|
||||
isLocal: boolean;
|
||||
prefix: null | string;
|
||||
query: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue