import type { CheckpointEvent } from './CheckpointEvent';
export interface KartTracking {
    macAddress: string;
    checkpointsEvents?: CheckpointEvent[];
}
