UI data binding changes
This commit is contained in:
@@ -8,4 +8,7 @@ export interface IPost{
|
||||
likes: number;
|
||||
views: number;
|
||||
comments: number;
|
||||
image: string;
|
||||
createdDate: string;
|
||||
modifiedDate: string;
|
||||
}
|
||||
Reference in New Issue
Block a user