export type GetAllChampionsParams = {
    language?: string;
};
