Skip to content

Commit 08dd85a

Browse files
committed
Merge branch 'main' into refactor/api-user
Signed-off-by: Adam Setch <[email protected]>
1 parent 7e47c59 commit 08dd85a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/renderer/typesGitHub.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { components } from '@octokit/openapi-types';
33
import type { GitifyNotification, GitifySubject, Link } from './types';
44

55
// TODO: #828 Add explicit types for GitHub API response vs Gitify Notifications object
6+
67
export type Notification = GitHubNotification &
78
GitifyNotification & {
89
reason: Reason;
@@ -15,10 +16,6 @@ export type Subject = GitHubSubject & {
1516
type: SubjectType;
1617
} & GitifySubject;
1718

18-
/**
19-
* GitHub REST API Response Types
20-
**/
21-
2219
export type Reason =
2320
| 'approval_requested'
2421
| 'assign'

0 commit comments

Comments
 (0)