@kayahr/ed-journal

    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, Expand)

    Index

    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.

    MMNEPVFCICPMFPCPTTAAATR