Modeling a Generic Effect for Unknown Tagged Structures
How would you model a generic effect that receives an unknown tagged structure?
The idea is having a service that publishes to another service the input received.
I don't want to/can't know upfront every possibile values or create an union with every possible value handled
The idea is having a service that publishes to another service the input received.
I don't want to/can't know upfront every possibile values or create an union with every possible value handled
