benoit-scnd

Results 5 comments of benoit-scnd

` TypeORMError: Supported only in tree entities`

Thanks you! This should be the default behavior.

The new feature request has been created: https://github.com/samchon/typia/issues/683

@samchon , Here is the way to do a nested conversion with the package `class-transformer`: ``` import { Type, plainToClass } from 'class-transformer'; class Bar { value: string; } class...