mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
MUST NOT validation
This commit is contained in:
parent
2666ee2b4f
commit
bc84486668
9 changed files with 273 additions and 37 deletions
|
|
@ -1654,7 +1654,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