new lib version [CI SKIP]

This commit is contained in:
2020-12-13 08:50:40 +00:00
parent f191d9b478
commit d47f2b633b
88 changed files with 0 additions and 1750 deletions

View File

@@ -1,14 +0,0 @@
/* 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;
}