UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (4 loc) 182 B
import type { ScreenViewBaseConfig, ScreenCurrentTotal } from './ScreenViewBaseConfig'; export type ScreenRaceViewConfig = ScreenViewBaseConfig & { laps?: ScreenCurrentTotal; };