mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 01:50:55 +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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
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
|
||||
and count is populated with a string. */
|
||||
type ExtViews = {
|
||||
state: 'Enabled' | 'EnabledWithCount',
|
||||
count?: string
|
||||
}
|
||||
state: 'Enabled' | 'EnabledWithCount';
|
||||
count?: string;
|
||||
};
|
||||
|
||||
type TweetPartial = {
|
||||
card?: TweetCard;
|
||||
|
|
Loading…
Add table
Reference in a new issue