Type Definitions
Object
# result1
Data appears in the result column. Can be used to display match results or game scores for tennis events.
Properties:
| Name | Type | Description |
|---|---|---|
result |
Array.<(number|string)> | Result home and away competitors. |
Example

"result": [
1,
0
]