new lib version [CI SKIP]
This commit is contained in:
20
dist/models/TrackScan.d.ts
vendored
20
dist/models/TrackScan.d.ts
vendored
@@ -1,10 +1,10 @@
|
||||
export declare type TrackScan = {
|
||||
track: string;
|
||||
card: string;
|
||||
station: string;
|
||||
distance: number;
|
||||
timestamp: string;
|
||||
id: number;
|
||||
runner: string;
|
||||
valid: boolean;
|
||||
};
|
||||
export declare type TrackScan = {
|
||||
track: string;
|
||||
card: string;
|
||||
station: string;
|
||||
distance: number;
|
||||
timestamp: string;
|
||||
id: number;
|
||||
runner: string;
|
||||
valid: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user