UNPKG

leaguejs

Version:

Wrapper for the League of Legends API

6 lines (5 loc) 112 B
import {ImageDTO} from './ImageDTO'; export interface ProfileIconDataDTO { id: number, image: ImageDTO }