@buzzr/dfs-engine
Preparing search index...
DfsSettlementContext
Type Alias DfsSettlementContext
type
DfsSettlementContext
=
{
actualEntry
?:
PlayerGameLogEntryShape
|
null
;
actualsByLegId
?:
Record
<
string
,
number
|
null
|
undefined
>
;
auditId
?:
string
;
auditRunId
?:
string
;
legStatusesByLegId
?:
Record
<
string
,
DfsLegOutcome
|
"dnp"
|
null
|
undefined
,
>
;
metadata
?:
Record
<
string
,
unknown
>
;
providerDataByLegId
?:
Record
<
string
,
PlayerGameLogEntryShape
|
null
|
undefined
,
>
;
providerId
?:
string
;
settledAt
?:
string
;
statProviderId
?:
string
;
}
Index
Properties
actual
Entry?
actuals
By
Leg
Id?
audit
Id?
audit
Run
Id?
leg
Statuses
By
Leg
Id?
metadata?
provider
Data
By
Leg
Id?
provider
Id?
settled
At?
stat
Provider
Id?
Properties
Optional
actual
Entry
actualEntry
?:
PlayerGameLogEntryShape
|
null
Optional
actuals
By
Leg
Id
actualsByLegId
?:
Record
<
string
,
number
|
null
|
undefined
>
Optional
audit
Id
auditId
?:
string
Optional
audit
Run
Id
auditRunId
?:
string
Optional
leg
Statuses
By
Leg
Id
legStatusesByLegId
?:
Record
<
string
,
DfsLegOutcome
|
"dnp"
|
null
|
undefined
>
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
provider
Data
By
Leg
Id
providerDataByLegId
?:
Record
<
string
,
PlayerGameLogEntryShape
|
null
|
undefined
>
Optional
provider
Id
providerId
?:
string
Optional
settled
At
settledAt
?:
string
Optional
stat
Provider
Id
statProviderId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actual
Entry
actuals
By
Leg
Id
audit
Id
audit
Run
Id
leg
Statuses
By
Leg
Id
metadata
provider
Data
By
Leg
Id
provider
Id
settled
At
stat
Provider
Id
@buzzr/dfs-engine
Loading...