You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
First of all: Thank you very much for this awesome library!
I was trying to use it in typescript but I have a small issue where it is not possible(?) to use transform to map from the InputType to a different OutputType having same properties but different types (sorry for the bad wording, hopefully the example makes this more clear 😅)
Describe the bug
First of all: Thank you very much for this awesome library!
I was trying to use it in typescript but I have a small issue where it is not possible(?) to use
transform
to map from the InputType to a different OutputType having same properties but different types (sorry for the bad wording, hopefully the example makes this more clear 😅)Parsing or Formatting?
To Reproduce
My code:
I was checking the type-definitions and found
Is there any reason why
O
needs to extendsRow
?Expected behavior

The given output type should not extend
Row
Screenshots
If you have any questions, just let me know!
The text was updated successfully, but these errors were encountered: