Interface CrewHire

Base interface shared by all journal event types.

interface CrewHire {
    CombatRank: number;
    Cost: number;
    CrewID?: number;
    Faction: string;
    Name: string;
    event: "CrewHire";
    timestamp: string;
}

Hierarchy (view full)

Properties

CombatRank: number
Cost: number
CrewID?: number
Faction: string
Name: string
event: "CrewHire"

The type of event.

timestamp: string

The time in GMT, ISO 8601.