UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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