Closed
Description
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; }'.