declare global { type ChampionsResponse = { data: Ref> } type ChampionResponse = { data: Ref } type Champion = { name: string alias: string squarePortraitPath: string } type ChampionFull = { name: string alias: string squarePortraitPath: string title: string } type ItemResponse = { data: Ref> } type Item = { id: number } } export {}