Override types
I set the image to be
notNull()
.
Types:
But I still got image?: string | null | undefined
. How to fix it? I don't want to define the type manually.
2 Replies