@buzzr/dfs-engine
Preparing search index...
DfsEntryInput
Type Alias DfsEntryInput
type
DfsEntryInput
=
{
baseMultiplier
?:
number
|
null
;
bookId
:
DfsBookId
;
displayedMultiplier
:
number
;
entryId
:
string
;
legs
:
readonly
DfsLegInput
[]
;
metadata
?:
Record
<
string
,
unknown
>
;
placedAt
?:
string
|
null
;
playTypeId
:
DfsPlayTypeId
;
profitBoostPct
?:
number
|
null
;
stake
:
number
;
}
Index
Properties
base
Multiplier?
book
Id
displayed
Multiplier
entry
Id
legs
metadata?
placed
At?
play
Type
Id
profit
Boost
Pct?
stake
Properties
Optional
base
Multiplier
baseMultiplier
?:
number
|
null
book
Id
bookId
:
DfsBookId
displayed
Multiplier
displayedMultiplier
:
number
entry
Id
entryId
:
string
legs
legs
:
readonly
DfsLegInput
[]
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
placed
At
placedAt
?:
string
|
null
play
Type
Id
playTypeId
:
DfsPlayTypeId
Optional
profit
Boost
Pct
profitBoostPct
?:
number
|
null
stake
stake
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Multiplier
book
Id
displayed
Multiplier
entry
Id
legs
metadata
placed
At
play
Type
Id
profit
Boost
Pct
stake
@buzzr/dfs-engine
Loading...