Skip to content

Commit

Permalink
fix: type definition for TweetRetweetedOrLikedByV2Params
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanakkaya committed Nov 14, 2024
1 parent 1e4163e commit 26af209
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 26af209

Please # to comment.