@buzzr/dfs-engine
Preparing search index...
DfsLegInput
Type Alias DfsLegInput
type
DfsLegInput
=
{
actual
?:
number
|
null
;
direction
:
"over"
|
"under"
;
gameDate
?:
string
|
null
;
gameId
?:
string
|
null
;
league
:
string
;
legId
:
string
;
line
:
number
;
metadata
?:
Record
<
string
,
unknown
>
;
opponent
?:
string
|
null
;
playerId
?:
string
|
null
;
playerName
:
string
;
propType
:
string
;
providerData
?:
PlayerGameLogEntryShape
|
null
;
status
?:
DfsLegOutcome
|
"dnp"
|
null
;
team
?:
string
|
null
;
}
Index
Properties
actual?
direction
game
Date?
game
Id?
league
leg
Id
line
metadata?
opponent?
player
Id?
player
Name
prop
Type
provider
Data?
status?
team?
Properties
Optional
actual
actual
?:
number
|
null
direction
direction
:
"over"
|
"under"
Optional
game
Date
gameDate
?:
string
|
null
Optional
game
Id
gameId
?:
string
|
null
league
league
:
string
leg
Id
legId
:
string
line
line
:
number
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
opponent
opponent
?:
string
|
null
Optional
player
Id
playerId
?:
string
|
null
player
Name
playerName
:
string
prop
Type
propType
:
string
Optional
provider
Data
providerData
?:
PlayerGameLogEntryShape
|
null
Optional
status
status
?:
DfsLegOutcome
|
"dnp"
|
null
Optional
team
team
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actual
direction
game
Date
game
Id
league
leg
Id
line
metadata
opponent
player
Id
player
Name
prop
Type
provider
Data
status
team
@buzzr/dfs-engine
Loading...