We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649fb05 commit 764e840Copy full SHA for 764e840
packages/react-tweet/src/api/types/user.ts
@@ -2,7 +2,7 @@ export interface TweetUser {
2
id_str: string
3
name: string
4
profile_image_url_https: string
5
- profile_image_shape: 'Circle' | 'Square'
+ profile_image_shape: 'Circle' | 'Square' | 'Hexagon'
6
screen_name: string
7
verified: boolean
8
verified_type?: 'Business' | 'Government'
0 commit comments