Is it possible to create a `SignalStore` which uses union or recursive types?
I would like to use a SignalStore
whose state type uses union or recursive types but as ngrx withComputed
destructures the state type into multiple signals, that does not work.