lfk-client-js/dist/models/TrackScan.d.ts

12 lines
219 B
TypeScript

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