fix(server): people sorting (#3713)
This commit is contained in:
@@ -4,6 +4,7 @@ export const IPersonRepository = 'IPersonRepository';
|
||||
|
||||
export interface PersonSearchOptions {
|
||||
minimumFaceCount: number;
|
||||
withHidden: boolean;
|
||||
}
|
||||
|
||||
export interface UpdateFacesData {
|
||||
|
||||
Reference in New Issue
Block a user