`types` are not exported by default from `utils` folder
I have a few types in a validation file inside the
utils
folder. The schemas that I exported are auto-imported but the types are not. How do i declare types globally?
here is a snapshot of the validation.ts
file:
Thanks for the help.2 Replies