From c3d2617d2c8a4720fcc5223f7d3ae8eba23ab6d7 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Fri, 27 Sep 2024 10:56:21 -0400 Subject: [PATCH] docs: add todo Signed-off-by: Adam Setch --- src/typesGitHub.ts | 1 + 1 file changed, 1 insertion(+) 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 {