fix type definition

This commit is contained in:
wea_ondara
2023-10-05 19:44:17 +02:00
parent 1cb38bd99f
commit e189342e6f

View File

@@ -22,5 +22,5 @@ export type AniListMedia = {
countryOfOrigin: 'JP' | 'KR' | string,
genres: string[],
bannerImage: string, //url
startDate: any,
startDate: { year: number, month: number, day: number },
}