I know I’ve seen someone describe how to do this, ...
# singer-tap-development
j
I know I’ve seen someone describe how to do this, but I can’t find examples. I need to create a custom composite type using the SDK typing helper. For example I want a config item to be either a
th.ObjectType
or a
th.StringType
. How do I get a
th.Property
to accept that type?