mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
feat(paddock): initial paddock briefing pages and store changes
This commit is contained in:
@@ -275,4 +275,16 @@ export interface NewsItem {
|
||||
summary?: string
|
||||
category?: string
|
||||
fetched_at: string
|
||||
og_image_url?: string
|
||||
og_description?: string
|
||||
read_at?: string
|
||||
}
|
||||
|
||||
export interface ArticleContent {
|
||||
title: string
|
||||
byline?: string
|
||||
excerpt?: string
|
||||
image_url?: string
|
||||
content: string
|
||||
site_name?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user