Type usage question: I see some of both `Output` a...
# typescript
b
Type usage question: I see some of both
Output
and
OutputInstance
in the source code. Which one should I use in my own code? Does it matter?
t
You should use
Output
b
alright, thanks! 🙂