export type SeasonRank = {
    name: string;
    index: number;
    imageURL: string;
};
