MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does nested validate been supported?

SC30SC opened this issue · comments

@SC30SC
Yes, you just need to notate the nested field with @Type decorator from class-transformer.