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 Jun 11, 2024
1 parent 0dcd243 commit 941c0fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/payload.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { LogReturn } from "../adapters/supabase/helpers/logs";
import { RestEndpointMethodTypes } from "@octokit/rest";

export type User = RestEndpointMethodTypes["users"]["getByUsername"]["response"]["data"];
export type Issue = RestEndpointMethodTypes["issues"]["get"]["response"]["data"];
export type Label = RestEndpointMethodTypes["issues"]["listLabelsOnIssue"]["response"]["data"][0];
export type HandlerReturnValuesNoVoid = null | string | LogReturn;
Expand Down

0 comments on commit 941c0fe

Please sign in to comment.