Buzzr Sports Engine API
Preparing search index...
@buzzr/entertainment-engine
enrichGameRowWithBuzzScores
Function enrichGameRowWithBuzzScores
enrichGameRowWithBuzzScores
<
TRow
extends
BuzzGameRowInput
&
Record
<
string
,
unknown
>
,
>
(
row
:
TRow
,
options
?:
EnrichGameRowOptions
,
)
:
TRow
&
{
entertainment_score
:
number
|
null
;
predicted_entertainment_score
:
number
|
null
;
}
Type Parameters
TRow
extends
BuzzGameRowInput
&
Record
<
string
,
unknown
>
Parameters
row
:
TRow
options
:
EnrichGameRowOptions
= {}
Returns
TRow
&
{
entertainment_score
:
number
|
null
;
predicted_entertainment_score
:
number
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Buzzr Sports Engine API
Loading...