Julian Schmidt
Julian Schmidt
> Why don't you just store an integer micro- or milliseconds? You would have to create a getter as well as an additional constructor that accepts a duration and converts...
> Not sure what you mean by you would need two constructors? > You can have you int minutes field in your class which the class stores the value for...
This solution doesn't work for decorated `private` and `protected` properties, as they are not in `keyof T`. ```ts export class Dto { @IsNumber() // Argument of type 'Dto' is not...
Is there any update on this?