mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
Add local data navigation UI
This commit is contained in:
@@ -155,3 +155,17 @@ export interface Lap {
|
||||
lap_duration: number | null
|
||||
is_pit_out_lap: boolean
|
||||
}
|
||||
|
||||
export interface WeekendSession {
|
||||
session: Session
|
||||
source: 'local' | 'partial' | 'none'
|
||||
datasets: Record<string, DatasetInfo>
|
||||
}
|
||||
|
||||
export interface Weekend {
|
||||
source: 'local' | 'partial' | 'none'
|
||||
meeting_key: number
|
||||
meeting: Meeting
|
||||
sessions: WeekendSession[]
|
||||
default_session_key?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user