Roman Reithmayer
Results
1
issues of
Roman Reithmayer
I am creating my zod schema using orval from my openapi spec. So the resulting schema looks like: ``` "costs": zod.number().or(zod.null()).optional(), ``` The FieldType is string in this case, so...