mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-09 14:30:44 -03:00
feat: hecho tema de imagenes en perfil
> mamita como renegue - arreglado modificar usuarios admin - añadido subir pfp
This commit is contained in:
9
src/types.d.ts
vendored
9
src/types.d.ts
vendored
@@ -84,9 +84,18 @@ export interface UserResponseDto {
|
||||
displayName: string;
|
||||
email: string;
|
||||
bio: string;
|
||||
imageUrl: string?;
|
||||
profileImageUrl: string;
|
||||
followersCount: number;
|
||||
followingCount: number;
|
||||
createdAt: string;
|
||||
postsCount: number;
|
||||
}
|
||||
|
||||
export interface UpdateUserRequest {
|
||||
username: string?;
|
||||
displayName: string?;
|
||||
bio: string?;
|
||||
email: string?;
|
||||
profileImage: File?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user