Leozinn - const AuthorSchema = z.object({ ...
why is the name optional? if i didn't define it as optional

1 Reply
Looks like you do not have
strict
or strictNullChecks
on in your tsconfig maybe?
Also notable that you're not seeing your nullable
anywhere