From 06912a2a85f6dfa8072ceeceaa1ab4ceec773ea5 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:41:15 +0100 Subject: [PATCH] chore: knip fix --- src/types/github-types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/types/github-types.ts b/src/types/github-types.ts index ae85ea3..c6d5995 100644 --- a/src/types/github-types.ts +++ b/src/types/github-types.ts @@ -1,7 +1,6 @@ import { RestEndpointMethodTypes } from "@octokit/rest"; -export type IssuesSearch = RestEndpointMethodTypes["search"]["issuesAndPullRequests"]["response"]["data"]["items"][0]; 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 GitHubListEvents = RestEndpointMethodTypes["issues"]["listEvents"]["response"]["data"][0]; \ No newline at end of file