From 9ca3f7ba20a48385151a55e7cf52e57cafa9cf65 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:30:15 +0100 Subject: [PATCH] chore: knip --- src/types/github-types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/github-types.ts b/src/types/github-types.ts index 90d1984..8f63432 100644 --- a/src/types/github-types.ts +++ b/src/types/github-types.ts @@ -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];