UNPKG

riotg.api

Version:

<a href="https://www.npmjs.com/package/riotg.api"> <img src="https://img.shields.io/static/v1?label=npm&message=riotg.api&color=red&style=for-the-badge&logo=NPM" /> </a>

10 lines (9 loc) 195 B
export interface ISummonerResponse { accountId: string; profileIconId: number; id: string; puuid: string; name: string; revisionDate: number; summonerLevel: number; }