awtor and views added
This commit is contained in:
parent
780ba505b4
commit
3bf844dd66
|
|
@ -36,6 +36,8 @@ export interface IPostsData {
|
|||
id: number;
|
||||
title: string;
|
||||
slug: string;
|
||||
awtor: string;
|
||||
views: number;
|
||||
excerpt: string;
|
||||
published_at: string;
|
||||
featured_images: FeaturedImage[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue