interface QueryGetMatchResultResponse {
    result?: MatchResult;
}

Properties

Properties

result?: MatchResult