Interface IGesnhinTCGReplay

interface IGesnhinTCGReplay {
    game_id: string;
    is_win: boolean;
    match_time: IGenshinTCGTime;
    match_type: string;
    opposite: IGenshinTCGAccount;
    self: IGenshinTCGAccount;
}

Hierarchy (view full)

Properties

game_id: string
is_win: boolean
match_time: IGenshinTCGTime
match_type: string