UNPKG

tips-twisted

Version:
14 lines (13 loc) 299 B
export declare enum PlayerPositionClashEnum { UNSELECTED = "UNSELECTED", FILL = "FILL", TOP = "TOP", JUNGLE = "JUNGLE", MIDDLE = "MIDDLE", BOTTOM = "BOTTOM", UTILITY = "UTILITY" } export declare enum PlayerRoleClashEnum { CAPTAIN = "CAPTAIN", MEMBER = "MEMBER" }