@kayahr/ed-journal
Preparing search index...
BuyDrones
Interface BuyDrones
Base interface shared by all journal event types.
interface
BuyDrones
{
BuyPrice
:
number
;
Count
:
number
;
event
:
"BuyDrones"
;
timestamp
:
string
;
TotalCost
:
number
;
Type
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"BuyDrones"
>
BuyDrones
Index
Properties
Buy
Price
Count
event
timestamp
Total
Cost
Type
Properties
Buy
Price
BuyPrice
:
number
Count
Count
:
number
event
event
:
"BuyDrones"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Total
Cost
TotalCost
:
number
Type
Type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Buy
Price
Count
event
timestamp
Total
Cost
Type
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.