MCPcopy
hub / github.com/SYJun404/frank / ConfigSettingTypes

Interface ConfigSettingTypes

src/background/types/index.d.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export 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}
12export interface ConfigRank {
13 tier: number;
14 lane: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected