new lib version [CI SKIP]
This commit is contained in:
14
dist/models/TrackScan.ts
vendored
Normal file
14
dist/models/TrackScan.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export 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