Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
NpcCrewPaidWage
Interface NpcCrewPaidWage
Base interface shared by all journal event types.
interface
NpcCrewPaidWage
{
Amount
:
number
;
event
:
"NpcCrewPaidWage"
;
NpcCrewId
:
number
;
NpcCrewName
:
string
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"NpcCrewPaidWage"
>
NpcCrewPaidWage
Index
Properties
Amount
event
Npc
Crew
Id
Npc
Crew
Name
timestamp
Properties
Amount
Amount
:
number
event
event
:
"NpcCrewPaidWage"
The type of event.
Npc
Crew
Id
NpcCrewId
:
number
Npc
Crew
Name
NpcCrewName
:
string
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Amount
event
Npc
Crew
Id
Npc
Crew
Name
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.