Skip to content

Commit

Permalink
feat(type): update type(desc: add format on Anime for relation/recomm…
Browse files Browse the repository at this point in the history
…endation card[fallback for seasonYear])
  • Loading branch information
alfaruqii committed Nov 7, 2024
1 parent 4321648 commit 027b7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/types/anime.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export type Anime = {
coverImage?: CoverImage;
episodes: number | null;
meanScore?: number;
format?: string;
duration: number;
season: string;
seasonYear?: number;
Expand Down

0 comments on commit 027b7bf

Please sign in to comment.