Anders Eide

Results 1 comments of Anders Eide

Oh yeah, for now, I am simply validating one section of my intersections as a workaround: ```typescript const validationResult = typia.validate(individual).success && typia.validate(individual).success ``` Which seems to work fine so...