UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (4 loc) 147 B
import type { KartHardwareState } from '../KartHardwareState'; export type ScreenDebugViewInput = KartHardwareState & { kartNumber: number; };