From 7438835b7146ce2992bfe2025598b7951b474772 Mon Sep 17 00:00:00 2001 From: olexh Date: Sat, 30 Mar 2024 03:44:45 +0200 Subject: [PATCH] add schedule anime notification --- types/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/api.d.ts b/types/api.d.ts index 8b3b2f55..9436d2bb 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -361,7 +361,7 @@ declare global { | NotificationCommentVoteData | NotificationEditData | NotificationHikkaData - | NotificationScheduleAnimeData, + | NotificationScheduleAnimeData = NotificationCommentData, > = { notification_type: NotificationType; created: number;