mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 04:50:53 +01:00
Prettier
This commit is contained in:
parent
b784adaa90
commit
6a1dc0a825
2 changed files with 4 additions and 4 deletions
|
@ -16,4 +16,4 @@
|
||||||
"platformAutomerge": true
|
"platformAutomerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
6
src/types/twitterTypes.d.ts
vendored
6
src/types/twitterTypes.d.ts
vendored
|
@ -132,9 +132,9 @@ type TweetEntities = {
|
||||||
Legacy Tweets use Enabled but have no count, while newer tweets have EnabledWithCount
|
Legacy Tweets use Enabled but have no count, while newer tweets have EnabledWithCount
|
||||||
and count is populated with a string. */
|
and count is populated with a string. */
|
||||||
type ExtViews = {
|
type ExtViews = {
|
||||||
state: 'Enabled' | 'EnabledWithCount',
|
state: 'Enabled' | 'EnabledWithCount';
|
||||||
count?: string
|
count?: string;
|
||||||
}
|
};
|
||||||
|
|
||||||
type TweetPartial = {
|
type TweetPartial = {
|
||||||
card?: TweetCard;
|
card?: TweetCard;
|
||||||
|
|
Loading…
Add table
Reference in a new issue