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

12 lines
217 B
TypeScript

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