Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 28, 2024
1 parent 300aa86 commit c53734f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types/github-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export type IssueComments = RestEndpointMethodTypes["issues"]["listComments"]["r
export type ReviewComments = RestEndpointMethodTypes["pulls"]["listReviewComments"]["response"]["data"][0];
export type User = RestEndpointMethodTypes["users"]["getByUsername"]["response"]["data"];

//Modify the Issue add User Type
export type IssueWithUser = Issue & { user: Partial<User> | null };

export type FetchParams = {
context: Context;
issueNum?: number;
Expand Down

0 comments on commit c53734f

Please sign in to comment.