Skip to content

Commit 2449d71

Browse files
committed
fix: remove unused type
1 parent 72e585c commit 2449d71

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/github-helper.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ interface Repository {
2525
repo: string
2626
}
2727

28-
type CollaboratorPermission = {
29-
repository: {
30-
collaborators: {
31-
edges: [
32-
{
33-
permission: string
34-
}
35-
]
36-
}
37-
}
38-
}
39-
4028
export class GitHubHelper {
4129
private octokit: InstanceType<typeof Octokit>
4230

0 commit comments

Comments
 (0)