allTime
is a boolean representing whether the ranking is all-time or not.
context
is a string representing the context of the ranking.
format
is a string representing the format of the ranking.
id
is a number representing the id of the ranking.
rank
is a number representing the rank of the media.
season
is a string representing the season of the ranking.
type
is a string representing the type of the ranking.
year
is a number representing the year of the ranking.
Ranking
is an interface representing the ranking of a media. It includes the id, rank, type, format, year, season, all-time status, and context each having their own properties.