Gludek - Heey, can I somehow extend/merge discr...
Heey, can I somehow extend/merge discriminated union with object?
my union
and object
Solution:Jump to solution
Not currently possible. There are work arounds though, but it requires you to redefine the union every time.
3 Replies
I can't use .and becasue I need to extend it later to add fields based on this object
Solution
Not currently possible. There are work arounds though, but it requires you to redefine the union every time.
oh well, then I'll probably nest the union then