We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e47c59 commit 08dd85aCopy full SHA for 08dd85a
src/renderer/typesGitHub.ts
@@ -3,6 +3,7 @@ import type { components } from '@octokit/openapi-types';
3
import type { GitifyNotification, GitifySubject, Link } from './types';
4
5
// TODO: #828 Add explicit types for GitHub API response vs Gitify Notifications object
6
+
7
export type Notification = GitHubNotification &
8
GitifyNotification & {
9
reason: Reason;
@@ -15,10 +16,6 @@ export type Subject = GitHubSubject & {
15
16
type: SubjectType;
17
} & GitifySubject;
18
-/**
19
- * GitHub REST API Response Types
20
- **/
21
-
22
export type Reason =
23
| 'approval_requested'
24
| 'assign'
0 commit comments