🚀New lib version v0.6.3 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-03-18 16:01:27 +00:00
parent f1e5179fc1
commit 971998f954
11 changed files with 62 additions and 5 deletions

View File

@@ -2,5 +2,5 @@ export declare type UpdateTrackScan = {
id: number;
runner: number;
valid?: boolean;
station: number;
track: number;
};