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