latest work #20
@ -29,10 +29,10 @@ export class Track {
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* The track's length in meters.
|
||||
* The track's length/distance in meters.
|
||||
*/
|
||||
@Column()
|
||||
@IsInt()
|
||||
@IsPositive()
|
||||
length: number;
|
||||
distance: number;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user