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 1d49b3f commit c3d2617Copy full SHA for c3d2617
src/typesGitHub.ts
@@ -94,6 +94,7 @@ export type PullRequestReviewAuthorAssociation =
94
| 'NONE'
95
| 'OWNER';
96
97
+// TODO: Add explicit types for GitHub API response vs Gitify Notifications object
98
export type Notification = GitHubNotification & GitifyNotification;
99
100
export interface GitHubNotification {
0 commit comments