🚀New lib version v0.5.0 [CI SKIP]

This commit is contained in:
2021-03-04 16:27:51 +00:00
parent 6eef75f329
commit 5a5a066bc6
18 changed files with 53 additions and 44 deletions

View File

@@ -3,6 +3,7 @@ export declare type ResponseTrackScan = {
card: string;
station: string;
timestamp: string;
lapTime: number;
id: number;
runner: string;
valid: boolean;