lfk-client-js/dist/models/TrackScan.d.ts
2023-02-02 09:42:58 +00:00

13 lines
232 B
TypeScript

export type TrackScan = {
track: string;
card: string;
station: string;
distance: number;
timestamp: number;
lapTime: number;
id: number;
runner: string;
valid: boolean;
_distance: number;
};