league-wrapper
Version:
REST API Wrapper for the League of Legends API
32 lines (29 loc) • 594 B
JavaScript
;
/**
* @readonly
* @enum
*/
const ItemData = {
ALL: 'all',
COLLOQ: 'colloq',
CONSUME_ON_FULL: 'consumeOnFull',
CONSUMED: 'consumed',
DEPTH: 'depth',
EFFECT: 'effect',
FROM: 'from',
GOLD: 'gold',
GROUPS: 'groups',
HIDE_FROM_ALL: 'hideFromAll',
IMAGE: 'image',
IN_STORE: 'inStore',
INTO: 'into',
MAPS: 'queueTypes',
REQUIRED_CHAMPION: 'requiredChampion',
SANITIZED_DESCRIPTION: 'sanitizedDescription',
SPECIAL_RECIPE: 'specialRecipe',
STACKS: 'stacks',
STATS: 'stats',
TAGS: 'tags',
TREE: 'tree'
};
exports = module.exports = ItemData;