Añadido el update para las imagenes

This commit is contained in:
2025-12-08 18:03:17 -03:00
parent 4c47da4567
commit 5c388cfb12
3 changed files with 112 additions and 27 deletions

1
src/types.d.ts vendored
View File

@@ -7,6 +7,7 @@ export interface Post {
authorName: string;
content: string;
imageUrl?: string;
image?: File | null;
parentPostId?: string;
likesCount: number;
repliesCount: number;