@buzzr/dfs-engine
Preparing search index...
DfsLeagueAdapterDefinition
Type Alias DfsLeagueAdapterDefinition
type
DfsLeagueAdapterDefinition
=
{
adapters
?:
Record
<
string
,
(
entry
:
PlayerGameLogEntryShape
,
leg
:
DfsLegInput
)
=>
number
|
null
,
>
;
league
:
string
;
propAliases
?:
Record
<
string
,
string
>
;
}
Index
Properties
adapters?
league
prop
Aliases?
Properties
Optional
adapters
adapters
?:
Record
<
string
,
(
entry
:
PlayerGameLogEntryShape
,
leg
:
DfsLegInput
)
=>
number
|
null
,
>
league
league
:
string
Optional
prop
Aliases
propAliases
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adapters
league
prop
Aliases
@buzzr/dfs-engine
Loading...