MUST NOT validation

This commit is contained in:
mertalev 2025-10-08 17:23:48 -04:00
parent 2666ee2b4f
commit bc84486668
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
9 changed files with 273 additions and 37 deletions

View file

@ -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;