UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

7 lines (5 loc) 213 B
import type { ScreenRaceLaps } from './ScreenRaceLaps'; import type { ScreenViewBaseConfig } from './ScreenViewBaseConfig'; export type ScreenRaceViewConfig = ScreenViewBaseConfig & { laps?: ScreenRaceLaps; };