forked from Github/frigate
Refactor search details into Explore Page (#13665)
This commit is contained in:
@@ -10,6 +10,9 @@ export type SearchResult = {
|
||||
label: string;
|
||||
sub_label?: string;
|
||||
thumb_path?: string;
|
||||
plus_id?: string;
|
||||
has_snapshot: boolean;
|
||||
has_clip: boolean;
|
||||
zones: string[];
|
||||
search_source: SearchSource;
|
||||
search_distance: number;
|
||||
@@ -25,7 +28,6 @@ export type SearchResult = {
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
export type PartialSearchResult = Partial<SearchResult> & { id: string };
|
||||
|
||||
export type SearchFilter = {
|
||||
|
||||
Reference in New Issue
Block a user