UNPKG

leaguejs

Version:

Wrapper for the League of Legends API

12 lines (11 loc) 247 B
import {ListDTO} from './ListDTO'; /** keys = string to be translated */ export interface LanguageStringsListDTO extends ListDTO<string>{ tree: { searchKeyIgnore: string searchKeyRemap: Array<{ k: string v: string }> } }