diff options
Diffstat (limited to 'src/lib/AniList')
| -rw-r--r-- | src/lib/AniList/notifications.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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; |