From 3bd8bb53e70d016339fca8b22cd647bddf2b78e0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Sep 2023 22:51:22 -0700 Subject: fix(notifications): add types --- src/lib/AniList/notifications.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib') diff --git a/src/lib/AniList/notifications.ts b/src/lib/AniList/notifications.ts index 42b4c84b..4fdb9cb5 100644 --- a/src/lib/AniList/notifications.ts +++ b/src/lib/AniList/notifications.ts @@ -9,6 +9,9 @@ export interface Notification { title: string; id: number; }; + activity: { + id: number; + }; context: string; id: number; createdAt: number; -- cgit v1.2.3