You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the ability to only export fields defined by the typescript. Type script doesn't seem to have a native way to do this as of the version I'm using (but there are a couple of promising things) so I imagine it might need to be a modification of the toObject function to be more aware I guess.
In my specific case I'm using it for communicating an object back and forwards between the two applications but some JS libraries seem to be contaminating the object.
The text was updated successfully, but these errors were encountered:
I would like the ability to only export fields defined by the typescript. Type script doesn't seem to have a native way to do this as of the version I'm using (but there are a couple of promising things) so I imagine it might need to be a modification of the toObject function to be more aware I guess.
In my specific case I'm using it for communicating an object back and forwards between the two applications but some JS libraries seem to be contaminating the object.
The text was updated successfully, but these errors were encountered: