Skip to content

Commit 6c48767

Browse files
committed
add matchId matchName group and stage
1 parent 2c117fd commit 6c48767

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

client/src/components/ui/Common/types.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export type MatchDetailsData = {
22
teamName: string;
3-
opponent: string;
43
whitePins: number;
54
penaltyPins: number;
65
yellowCard: number;
@@ -10,4 +9,9 @@ export type MatchDetailsData = {
109
honorPoint: number;
1110
regularPoint: number;
1211
completedTime: number;
12+
13+
matchId: number;
14+
matchName: string;
15+
group: number;
16+
stage: number;
1317
};

0 commit comments

Comments
 (0)