UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

12 lines (10 loc) 287 B
import type { ColorName } from '../../color'; export interface FlagConfigurationOptions { kartId: number; kartNumber: number; kartColor: ColorName; /** % Of Brightness (0 - 100) */ screenBrightness: number; /** Time in seconds (between 1 - 25) */ animationTime: number; }