Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
BookDropship
Interface BookDropship
Base interface shared by all journal event types.
interface
BookDropship
{
Cost
:
number
;
DestinationLocation
:
string
;
DestinationSystem
:
string
;
event
:
"BookDropship"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"BookDropship"
>
BookDropship
Index
Properties
Cost
Destination
Location
Destination
System
event
timestamp
Properties
Cost
Cost
:
number
Destination
Location
Destination
Location
:
string
Destination
System
Destination
System
:
string
event
event
:
"BookDropship"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Cost
Destination
Location
Destination
System
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.