mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
Add Paddock Briefing UI (Phase 21)
This commit is contained in:
@@ -266,3 +266,13 @@ export interface LiveStreamData {
|
||||
ClockExtrapolating: boolean
|
||||
Stints: Record<string, LiveStintData[]>
|
||||
}
|
||||
|
||||
export interface NewsItem {
|
||||
source: string
|
||||
title: string
|
||||
url: string
|
||||
published_at?: string
|
||||
summary?: string
|
||||
category?: string
|
||||
fetched_at: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user