mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
MUST NOT validation
This commit is contained in:
parent
b1a2e7708e
commit
38d2a03836
8 changed files with 144 additions and 13 deletions
|
|
@ -1595,7 +1595,9 @@ export type TimeBucketsResponseDto = {
|
|||
export type TrashResponseDto = {
|
||||
count: number;
|
||||
};
|
||||
export type UploadOkDto = {};
|
||||
export type UploadOkDto = {
|
||||
id: string;
|
||||
};
|
||||
export type UserUpdateMeDto = {
|
||||
avatarColor?: (UserAvatarColor) | null;
|
||||
email?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue