What is the proper way to patch this vuleribility in my code? #4059
Replies: 1 comment
-
I think the answer is to use a refinement parameter to make the schema not expect them at all, and just allow TypeScript to remind me I have to manually omit the data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to specify that I want to omit
createdAt
, or do I need to remove it after the validation?Beta Was this translation helpful? Give feedback.
All reactions