fix(server): better facial recognition order (#3386)

This commit is contained in:
Alex
2023-07-23 21:10:56 -05:00
committed by GitHub
parent b83e535010
commit e493e05e99
3 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ export interface AssetStatsOptions {
export interface AssetSearchOptions {
isVisible?: boolean;
type?: AssetType;
order?: 'ASC' | 'DESC';
}
export interface LivePhotoSearchOptions {