Skip to content

Commit f52a29e

Browse files
authored
Merge pull request #1 from takker99:fix-twitter-types
fix(twitter): Adjust `TweetInfo` to the leatest type
2 parents 29c15e2 + e21883e commit f52a29e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

response.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ export interface TweetInfo {
303303
/** Tweet本文 */
304304
description: string;
305305

306-
/** Tweet投稿者のuser name*/
307-
userName: string;
308-
309306
/** Tweet投稿者の表示名 */
310307
screenName: string;
311308

0 commit comments

Comments
 (0)