Interface CrewHire

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

CombatRank: number
Cost: number
CrewID?: number
event: "CrewHire"

The type of event.

Faction: string
Name: string
timestamp: string

The time in GMT, ISO 8601.