diff --git a/src/typesGitHub.ts b/src/typesGitHub.ts index a9ebf20fc..5d6486051 100644 --- a/src/typesGitHub.ts +++ b/src/typesGitHub.ts @@ -94,6 +94,7 @@ export type PullRequestReviewAuthorAssociation = | 'NONE' | 'OWNER'; +// TODO: Add explicit types for GitHub API response vs Gitify Notifications object export type Notification = GitHubNotification & GitifyNotification; export interface GitHubNotification {