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