Andrew Conner
Results
2
issues of
Andrew Conner
Consider this definition of `RecursivePartial`: ```ts type RecursivePartial = { [P in keyof T]?: RecursivePartial; }; ``` Is there a way to model this in io-ts? I have a large,...
Thanks for writing this library, it's exactly what I was looking for. Is there a way to support column aliases? Here's what I get right now: ``` ✖ Query validation...
enhancement