@buzzr/dfs-engine
Preparing search index...
reconcileMidGameDnpEntries
Function reconcileMidGameDnpEntries
reconcileMidGameDnpEntries
(
opts
:
{
existing
:
DfsBetPendingVerification
|
null
;
nowIso
:
string
;
perLegDecisions
:
readonly
{
decision
:
MidGameDnpDecision
;
legId
:
string
}
[]
;
}
,
)
:
{
changed
:
boolean
;
next
:
DfsBetPendingVerification
|
null
}
Parameters
opts
:
{
existing
:
DfsBetPendingVerification
|
null
;
nowIso
:
string
;
perLegDecisions
:
readonly
{
decision
:
MidGameDnpDecision
;
legId
:
string
}
[]
;
}
Returns
{
changed
:
boolean
;
next
:
DfsBetPendingVerification
|
null
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@buzzr/dfs-engine
Loading...