UNPKG

lol-api-js

Version:

Integration package LoL Riot API and your typescript/javascript

32 lines 753 B
export default class League { leagueId: string; summonerId: string; summonerName: string; queueType: string; tier: string; rank: string; leaguePoints: number; wins: number; losses: number; hotStreak: boolean; veteran: boolean; freshBlood: boolean; inactive: boolean; constructor(jsonObj: leagueData); } export declare type leagueData = { leagueId: string; summonerId: string; summonerName: string; queueType: string; tier: string; rank: string; leaguePoints: number; wins: number; losses: number; hotStreak: boolean; veteran: boolean; freshBlood: boolean; inactive: boolean; }; //# sourceMappingURL=league.d.ts.map