import type { KartHardwareState } from '../KartHardwareState';

export type ScreenDebugViewInput = KartHardwareState & {
  kartNumber: number;
};
