Defining `TaggedError` or `TaggedClass` without parameters
Is it possible to define a
Currently the definition requires a
I am looking for a way to pass and empty
TaggedError or TaggedClass without parameters?Currently the definition requires a
Record<string, any>:I am looking for a way to pass and empty
A: