Closed
Description
I have a use case where I would like to change the export type of generated validation schemas from function
to const
. I believe the best implementation of this would be through a configuration option that defaults to function
, but also accepts const
as an option.
I intend on submitting a PR to implement this feature.