mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 04:53:12 +08:00
Live search for apps
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { Query } from './Query';
|
||||
|
||||
export interface SearchResult {
|
||||
isLocal: boolean;
|
||||
prefix: null | string;
|
||||
query: string;
|
||||
sameTab: boolean;
|
||||
search: string;
|
||||
query: Query;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user