UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (4 loc) 91 B
export type ScreenRaceLaps = { currentLap: number | null; totalLaps: number | null; };