mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -6,8 +6,7 @@ export interface UserListFilter {
|
||||
|
||||
export interface UserStatsQueryResponse {
|
||||
userId: string;
|
||||
userFirstName: string;
|
||||
userLastName: string;
|
||||
userName: string;
|
||||
photos: number;
|
||||
videos: number;
|
||||
usage: number;
|
||||
|
||||
Reference in New Issue
Block a user