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:
@@ -44,6 +44,7 @@ export interface MediaList {
|
|||||||
timeUntilAiring: number;
|
timeUntilAiring: number;
|
||||||
episode: number;
|
episode: number;
|
||||||
};
|
};
|
||||||
|
genres: string[];
|
||||||
tags: [
|
tags: [
|
||||||
{
|
{
|
||||||
id: number;
|
id: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user