diff options
| author | Fuwn <[email protected]> | 2023-09-17 22:51:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-17 22:51:22 -0700 |
| commit | 3bd8bb53e70d016339fca8b22cd647bddf2b78e0 (patch) | |
| tree | da34000ad95cbeb9ab95ea83b641d0b70b8f274e /src | |
| parent | feat(notifications): link to activity (diff) | |
| download | due.moe-3bd8bb53e70d016339fca8b22cd647bddf2b78e0.tar.xz due.moe-3bd8bb53e70d016339fca8b22cd647bddf2b78e0.zip | |
fix(notifications): add types
Diffstat (limited to 'src')
| -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; |