|
|
|
@ -5,8 +5,6 @@ import { |
|
|
|
|
|
|
|
|
|
|
|
import { callApi } from 'helpers' |
|
|
|
import { callApi } from 'helpers' |
|
|
|
|
|
|
|
|
|
|
|
import { MatchStatuses } from 'features/HeaderFilters' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const proc = PROCEDURES.get_match_info |
|
|
|
const proc = PROCEDURES.get_match_info |
|
|
|
|
|
|
|
|
|
|
|
type Team = { |
|
|
|
type Team = { |
|
|
|
@ -19,7 +17,7 @@ type Team = { |
|
|
|
export type MatchInfo = { |
|
|
|
export type MatchInfo = { |
|
|
|
calc: boolean, |
|
|
|
calc: boolean, |
|
|
|
date: string, |
|
|
|
date: string, |
|
|
|
stream_status: MatchStatuses, |
|
|
|
live: boolean, |
|
|
|
team1: Team, |
|
|
|
team1: Team, |
|
|
|
team2: Team, |
|
|
|
team2: Team, |
|
|
|
tournament: { |
|
|
|
tournament: { |
|
|
|
|