UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

11 lines (10 loc) 211 B
export declare class GameCustomizationObjectDTO { /** * Category identifier for Game Customization */ category: string; /** * Game Customization content */ content: string; }