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>

18 lines (17 loc) 378 B
export declare const summonerMock: { id: string; accountId: string; puuid: string; name: string; profileIconId: number; revisionDate: number; summonerLevel: number; }; export declare const errorSummonerNotFound: { message: string; status: number; }; export declare const errorSummonerBadRequest: { message: string; status: number; };