Skip to content

Commit

Permalink
Merge pull request #46 from takker99/main
Browse files Browse the repository at this point in the history
fix(twitter): Adjust `TweetInfo` to the leatest type
  • Loading branch information
takker99 authored Apr 13, 2024
2 parents 29c15e2 + f52a29e commit d5b3e1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ export interface TweetInfo {
/** Tweet本文 */
description: string;

/** Tweet投稿者のuser name*/
userName: string;

/** Tweet投稿者の表示名 */
screenName: string;

Expand Down

0 comments on commit d5b3e1f

Please sign in to comment.