diff options
Diffstat (limited to 'src/lib')
| -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 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; |