updated widgets
This commit is contained in:
@@ -3,6 +3,7 @@ export interface PostData {
|
||||
post_author: string;
|
||||
post_name: string;
|
||||
post_title: string;
|
||||
post_type: string;
|
||||
post_excerpt: string;
|
||||
post_date: string;
|
||||
post_date_gmt: string;
|
||||
@@ -12,4 +13,12 @@ export interface PostData {
|
||||
|
||||
export interface PagePayload {
|
||||
page: number;
|
||||
}
|
||||
|
||||
export interface CarouselSlide {
|
||||
id: number
|
||||
title?: string
|
||||
description?: string
|
||||
src: string
|
||||
href?: string
|
||||
}
|
||||
Reference in New Issue
Block a user