Jeongho Nam
Jeongho Nam
What `umi` is? and what `taro` is?
How about challenging PR from below branch? https://github.com/samchon/typia/tree/v7.0
Have you tried to run the `tsc` command?
1. Query parameter cannot be union type. Considering the characteristics of url query parameters, union type is equivalent with any like type. 2. Nested object type is not supported either....
Can you give me a reproducible repo with the `@TypedBody()` decorated recursive type?
If you case is belonged to this issue (https://github.com/samchon/typia/issues/1108), it may be fixed by updating the `typia` version.
The nonsensible intersection message comes by `typia` when contradictory type comes. In your reply, I found the reason why. `Prisma.RecommendationProductItemIdRecommendedItemIdCompoundUniqueInput & string` type is the case. It is the tremendous...
May I use the same reproducible repo with #922?
https://github.com/samchon/nestia/blob/master/packages/core/src/decorators/DynamicModule.ts About the `DynamicModule`, this is the type of it. In your case, you can just mount controllers by only writing a string literal value `"src/modules/**/*.controller.ts"`.
No way to fully consider every use cases about the application bootstrapping, gave up `index.ts` file generation, and decided to generate only individual test functions. If you upgrade to `3.11.1`...