Interface for a class that has a URL value.
Any module implementing this interface should have a urlValue property (ideally a property getter) which represents how the object should be represented when serialized to a Twitarr URL parameter.
urlValue
get
The value of this object when added to a Twitarr URL parameter.
Generated using TypeDoc
Interface for a class that has a URL value.
Any module implementing this interface should have a
urlValueproperty (ideally a propertygetter) which represents how the object should be represented when serialized to a Twitarr URL parameter.