fix type definition
This commit is contained in:
@@ -22,5 +22,5 @@ export type AniListMedia = {
|
|||||||
countryOfOrigin: 'JP' | 'KR' | string,
|
countryOfOrigin: 'JP' | 'KR' | string,
|
||||||
genres: string[],
|
genres: string[],
|
||||||
bannerImage: string, //url
|
bannerImage: string, //url
|
||||||
startDate: any,
|
startDate: { year: number, month: number, day: number },
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user