mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-12 07:04:45 +08:00
Local search for apps
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user