profile avatar

This commit is contained in:
2026-07-10 13:50:25 +03:30
parent cefd42de17
commit 42f08397a2
6 changed files with 59 additions and 15 deletions
+3
View File
@@ -18,6 +18,9 @@ class MeUserResponseDto {
@ApiProperty({ enum: UserRole })
role: UserRole;
@ApiPropertyOptional({ nullable: true })
avatarUrl?: string | null;
}
export class MeResponseDto {