Skip to content

Commit

Permalink
chore: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 24, 2024
1 parent a48cdcc commit 9ca3f7b
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 @@ -2,5 +2,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 GitHubTimelineEvents = RestEndpointMethodTypes["issues"]["listEventsForTimeline"]["response"]["data"][0];

0 comments on commit 9ca3f7b

Please sign in to comment.