code refactoring
This commit is contained in:
@@ -3,7 +3,7 @@ export interface IPost{
|
||||
slug: string;
|
||||
title: string;
|
||||
description: string;
|
||||
category: string;
|
||||
categories: string;
|
||||
postUrl: string;
|
||||
likes: number;
|
||||
views: number;
|
||||
|
||||
Reference in New Issue
Block a user