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