UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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