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

Interface SummonerAnaInfo

src/matchAnalysis/utils/MatchAnalysisTypes.d.ts:4–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {RencentDataAnalysisTypes} from "@/main/views/teammate/teammateTypes";
3
4export interface SummonerAnaInfo {
5 name: string;
6 summonerId: string;
7 queueId: number;
8 isThumbUp: boolean;
9 showType: boolean;
10 imgUrl: string;
11 rankList: string[];
12 matchList: SimpleMatchTypes[];
13 matchAnalysis: RencentDataAnalysisTypes;
14 openDetailDrawer: (gameId:number,summonerId:number) => void;
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected