mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-02 13:20:43 -03:00
terminada logica de like + rework de la interfaz
This commit is contained in:
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
@@ -15,6 +15,7 @@ export interface Post {
|
||||
isEdited: boolean;
|
||||
visibility: string;
|
||||
hashtags?: string[];
|
||||
isLiked: boolean;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
|
||||
Reference in New Issue
Block a user