### Description ValidateNested to allow dto and numbers for mikro-orm which accept array of objects or numbers or mix of both ### Proposed solution `@ValidateNested(() => EtityDTO & number)` and `@ValidateNested(() => (EtityDTO & number)[])`
Description
ValidateNested to allow dto and numbers for mikro-orm which accept array of objects or numbers or mix of both
Proposed solution
@ValidateNested(() => EtityDTO & number)and
@ValidateNested(() => (EtityDTO & number)[])