UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

10 lines 231 B
interface LobbyEventDTO { timestamp: string; eventType: string; summonerId: string | null; } export interface LobbyEventDTOWrapper { eventList: LobbyEventDTO[]; } export {}; //# sourceMappingURL=lobby-event.d.ts.map