UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

2 lines (1 loc) 115 B
export type SpeedStatus = 'Standby' | 'Deactivated' | 'Activated' | 'Changing Speed' | 'In Emergency' | 'Unknown';