feature/11-new_classes #15

Merged
niggl merged 55 commits from feature/11-new_classes into dev 2020-12-02 17:48:19 +00:00
Showing only changes of commit df3715d8d6 - Show all commits

View File

@ -30,8 +30,7 @@ export abstract class Scan {
/**
* The scan's distance in meters.
*/
@Column()
@IsInt()
@IsPositive()
distance: number;
abstract distance: number;
}