twitter-d
twitter-d copied to clipboard
Create multiple Status types
There are a number of fields that are grouped together for specific types of tweets. It would be nice to have the following types:
export type Status = SimpleStatus | ExtendedStatus | QuotedStatus | ReplyStatus | RetweetStatus;
If there are too many permutations this might not make sense.