diff options
| author | Fuwn <[email protected]> | 2023-09-17 19:59:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-17 19:59:53 -0700 |
| commit | 5a6c76273a23ce0fc44230f351854b564c74cf6a (patch) | |
| tree | f78664cc7e036219c991c9227d05b8d8ac31d70e /src | |
| parent | feat(routes): rss feed git status (diff) | |
| download | due.moe-5a6c76273a23ce0fc44230f351854b564c74cf6a.tar.xz due.moe-5a6c76273a23ce0fc44230f351854b564c74cf6a.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 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; |