brr
Explore posts from serversTrying to get the return type of a procedure.
Using TRPC v11. I am failing to return the type. I get the error
Type alias 'ProtectedProcedureType' circularly references itself.
Any ideas?
This is my code
I need the type to be reusable in other files.
I also tried this
still when I slap on the
export
I get the circularly references itself error...2 replies