Skip to content

Commit

Permalink
chore: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 15, 2024
1 parent bdf9347 commit 6157287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/github-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ import { RestEndpointMethodTypes } from "@octokit/rest";
export type ListForOrg = RestEndpointMethodTypes["repos"]["listForOrg"]["response"];
export type ListIssueForRepo = RestEndpointMethodTypes["issues"]["listForRepo"]["response"]["data"][0];
export type ListCommentsForIssue = RestEndpointMethodTypes["issues"]["listComments"]["response"]["data"][0];
export type GitHubListEvents = RestEndpointMethodTypes["issues"]["listEvents"]["response"]["data"][0];
export type GitHubTimelineEvents = RestEndpointMethodTypes["issues"]["listEventsForTimeline"]["response"]["data"][0];

0 comments on commit 6157287

Please sign in to comment.