| 1 | export interface ConfigSettingTypes { |
| 2 | autoPickChampion: { championId: string; isAuto: boolean }; |
| 3 | autoBanChampion: { championId: string; isAuto: boolean }; |
| 4 | autoIsOne:boolean; |
| 5 | autoAccept: number; |
| 6 | theme: string; |
| 7 | isGameInWindow:boolean; |
| 8 | isGameInTips:boolean; |
| 9 | autoWriteBlock:boolean; |
| 10 | inWinOpacity:number; |
| 11 | } |
| 12 | export interface ConfigRank { |
| 13 | tier: number; |
| 14 | lane: string; |
nothing calls this directly
no outgoing calls
no test coverage detected