feat: borrar usaurios

This commit is contained in:
2025-12-29 21:58:56 -03:00
parent 98b1b0d9f2
commit b7cfa77a91
7 changed files with 110 additions and 15 deletions

1
src/types.d.ts vendored
View File

@@ -90,6 +90,7 @@ export interface UserResponseDto {
followingCount: number;
createdAt: string;
postsCount: number;
isAdmin?: bool;
}
export interface UsersResponseDto {
response: {