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

12 lines
225 B
TypeScript

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