interface ResultRankingInformation {
    ranking: null | RankingInformation;
    result: Result;
}

Properties

Properties

ranking: null | RankingInformation

The ranking information for the associated result.

result: Result

The result.