Skip to content

Commit d5b3e1f

Browse files
authored
Merge pull request #46 from takker99/main
fix(twitter): Adjust `TweetInfo` to the leatest type
2 parents 29c15e2 + f52a29e commit d5b3e1f

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)