UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

11 lines (10 loc) 211 B
export interface KartProgress { checkpointId: string; checkpointProgress: number; timestampISO: { origin: string; server: string; }; lap: number; totalProgress: number; }