Gwk-Cultural-Park/lib/wordpress.queries.ts

18 lines
254 B
TypeScript
Raw Permalink Normal View History

2024-09-07 01:40:25 +00:00
export interface Latestpost {
id: string
title?: string
date?: string
excerpt?: string
slug?: string
content?: any
}
export interface Promo {
id: string
title?: string
date?: string
excerpt?: string
slug?: string
content?: any
}