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
I used this code snippet, but it didn’t raise any exceptions. This might be related to the TypeScript configuration or other factors. Could you provide a minimal reproduction?
I'm using Zod with NestJS and facing an issue when trying to declare properties as .nullish() or .nullable().
An example
This yields a TS2527 error.
The text was updated successfully, but these errors were encountered: