Skip to content

Commit

Permalink
fix: type definition for TweetRetweetedOrLikedByV2Params (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanakkaya authored Dec 21, 2024
1 parent ed34ff6 commit 8020e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/v2/user.v2.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface UserV2TimelineParams {
pagination_token?: string;
}

export interface TweetRetweetedOrLikedByV2Params extends Partial<UsersV2Params> {
export interface TweetRetweetedOrLikedByV2Params extends UserV2TimelineParams {
asPaginator?: boolean;
}

Expand Down

0 comments on commit 8020e08

Please sign in to comment.