feat(frontend): update TypeScript types for AniList genres support

Update the AniListCurrentUserWatchListType TypeScript interface to include
the genres field as a string array, matching the updated backend Go type
definition. This ensures type safety and proper IDE autocomplete when
working with genre data in the frontend.
This commit is contained in:
2026-03-19 20:37:09 -04:00
parent b90d8eb2d3
commit 4400dfd637

View File

@@ -44,6 +44,7 @@ export interface MediaList {
timeUntilAiring: number;
episode: number;
};
genres: string[];
tags: [
{
id: number;