🚀New lib version v0.5.0 [CI SKIP]

This commit is contained in:
2021-03-04 16:27:59 +00:00
parent dbbd5b27da
commit c11b709e0b
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;