Fix PostType

This commit is contained in:
Ategon 2025-01-18 12:50:39 -05:00
parent 7730f17490
commit bc7ed52662

View file

@ -8,5 +8,5 @@ export interface PostType {
name: string;
};
createdAt: Date;
likers: [];
likes: [];
}