From 5a6c76273a23ce0fc44230f351854b564c74cf6a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 17 Sep 2023 19:59:53 -0700 Subject: fix(notifications): add types --- src/lib/AniList/notifications.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/AniList/notifications.ts') diff --git a/src/lib/AniList/notifications.ts b/src/lib/AniList/notifications.ts index 8640e105..671f2146 100644 --- a/src/lib/AniList/notifications.ts +++ b/src/lib/AniList/notifications.ts @@ -5,6 +5,9 @@ export interface Notification { large: string; }; }; + thread: { + title: string; + }; context: string; id: number; createdAt: number; -- cgit v1.2.3