UNPKG

galeforce-tmp-sea

Version:

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

20 lines 420 B
export declare enum Position { UNSELECTED = "UNSELECTED", FILL = "FILL", TOP = "TOP", JUNGLE = "JUNGLE", MIDDLE = "MIDDLE", BOTTOM = "BOTTOM", UTILITY = "UTILITY" } export declare enum Role { CAPTAIN = "CAPTAIN", MEMBER = "MEMBER" } export interface PlayerDTO { summonerId: string; teamId: string; position: Position; role: Role; } //# sourceMappingURL=player.d.ts.map