This commit is contained in:
dangered wolf 2023-04-13 17:29:51 -04:00
parent b784adaa90
commit 6a1dc0a825
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 4 additions and 4 deletions

View file

@ -16,4 +16,4 @@
"platformAutomerge": true
}
]
}
}

View file

@ -132,9 +132,9 @@ type TweetEntities = {
Legacy Tweets use Enabled but have no count, while newer tweets have EnabledWithCount
and count is populated with a string. */
type ExtViews = {
state: 'Enabled' | 'EnabledWithCount',
count?: string
}
state: 'Enabled' | 'EnabledWithCount';
count?: string;
};
type TweetPartial = {
card?: TweetCard;