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 Nov 1, 2024
1 parent a5221c7 commit 2718477
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/github-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,4 @@ export type FetchedCodes = {
org: string;
repo: string;
issueNumber: number;
};

export type FetchedPulls = {
number: number;
title: string;
state: string;
merged: boolean;
url: string;
};

0 comments on commit 2718477

Please sign in to comment.