mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-10 14:40:46 -03:00
arreglado lo de usuario que no se veia el nombre de usuario
This commit is contained in:
12
src/types.d.ts
vendored
12
src/types.d.ts
vendored
@@ -74,3 +74,15 @@ export interface PostResponseDto {
|
||||
visibility: string;
|
||||
hashtags: string[]?;
|
||||
}
|
||||
|
||||
export interface UserResponseDto {
|
||||
id: string;
|
||||
username: string;
|
||||
displayName: string;
|
||||
email: string;
|
||||
bio: string;
|
||||
profileImageUrl: string;
|
||||
followersCount: number;
|
||||
followingCount: number;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user