Code:
import { Expose, Type } from "class-transformer"; import { IsDefined, ValidateNested } from "class-validator"; interface A{ ...