mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +03:00
exclude query from filtertype
This commit is contained in:
parent
491184f913
commit
2e325aa278
@ -56,7 +56,7 @@ export type SearchQueryParams = {
|
||||
};
|
||||
|
||||
export type SearchQuery = [string, SearchQueryParams] | null;
|
||||
export type FilterType = keyof SearchFilter;
|
||||
export type FilterType = Exclude<keyof SearchFilter, "query">;
|
||||
|
||||
export type SavedSearchQuery = {
|
||||
name: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user