Interface NpcCrewPaidWage

Base interface shared by all journal event types.

interface NpcCrewPaidWage {
    Amount: number;
    NpcCrewId: number;
    NpcCrewName: string;
    event: "NpcCrewPaidWage";
    timestamp: string;
}

Hierarchy (view full)

Properties

Amount: number
NpcCrewId: number
NpcCrewName: string
event: "NpcCrewPaidWage"

The type of event.

timestamp: string

The time in GMT, ISO 8601.