This commit is contained in:
8
dist/models/CreateTrackScan.d.ts
vendored
Normal file
8
dist/models/CreateTrackScan.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare type CreateTrackScan = {
|
||||
track: string;
|
||||
card: string;
|
||||
station: string;
|
||||
runner: number;
|
||||
valid?: boolean;
|
||||
distance: number;
|
||||
};
|
||||
Reference in New Issue
Block a user