dynamic news
This commit is contained in:
@@ -54,3 +54,15 @@ export interface FAQ {
|
||||
export interface FAQProps {
|
||||
faqs: FAQ[]
|
||||
}
|
||||
|
||||
export interface NewsItem {
|
||||
id: number
|
||||
title: string
|
||||
content: string
|
||||
image: string
|
||||
slug: string
|
||||
}
|
||||
|
||||
export interface NewsProps {
|
||||
news: NewsItem[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user