changes: api integration,
components, styles, fontawesome icons added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface IPost{
|
||||
postId: number;
|
||||
slug: string;
|
||||
title: string;
|
||||
description: string;
|
||||
category: string;
|
||||
postUrl: string;
|
||||
likes: number;
|
||||
views: number;
|
||||
comments: number;
|
||||
}
|
||||
Reference in New Issue
Block a user