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
It seems that the mapping types of the typescript generator do not match the ones the zod generator is creating, I also have to say, the resulting type is exactly the same
type '{ description?: string | null | undefined; }' is not assignable to type '{ description?: InputMaybe<string> | undefined; }'.
The text was updated successfully, but these errors were encountered:
It seems that the mapping types of the typescript generator do not match the ones the zod generator is creating, I also have to say, the resulting type is exactly the same
The text was updated successfully, but these errors were encountered: