🚀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:26 +00:00
parent 040dea9731
commit d638d202ef
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;
};