mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: 14486-limit_people_search fixed lint failure
This commit is contained in:
parent
afb5d3a0c7
commit
491ddddf10
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
query: string;
|
query: string;
|
||||||
queryType: 'smart' | 'metadata' | 'description';
|
queryType: 'smart' | 'metadata' | 'description';
|
||||||
personIds: SvelteSet<string>;
|
personIds: SvelteSet<string>;
|
||||||
strictSearch: boolean;
|
searchOnlyThem: boolean;
|
||||||
tagIds: SvelteSet<string> | null;
|
tagIds: SvelteSet<string> | null;
|
||||||
location: SearchLocationFilter;
|
location: SearchLocationFilter;
|
||||||
camera: SearchCameraFilter;
|
camera: SearchCameraFilter;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue