parent
02f7ddbb37
commit
907259bf73
@ -19,7 +19,7 @@ export class Track {
|
|||||||
*/
|
*/
|
||||||
@PrimaryGeneratedColumn()
|
@PrimaryGeneratedColumn()
|
||||||
@IsInt()
|
@IsInt()
|
||||||
id: number;;
|
id: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The track's name.
|
* The track's name.
|
||||||
@ -47,7 +47,7 @@ export class Track {
|
|||||||
@IsInt()
|
@IsInt()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsPositive()
|
@IsPositive()
|
||||||
minimumLapTime: number;
|
minimumLapTime?: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to link scan stations to a certain track.
|
* Used to link scan stations to a certain track.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user