new lib version [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-08 19:56:49 +00:00
parent f6c6013368
commit 7ad8cae4d2
51 changed files with 490 additions and 11 deletions

10
dist/models/ResponseTrackScan.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
export declare type ResponseTrackScan = {
track: string;
card: string;
station: string;
timestamp: string;
id: number;
runner: string;
valid: boolean;
distance: number;
};