@kayahr/ed-journal

    Interface NpcCrewRank

    Base interface shared by all journal event types.

    interface NpcCrewRank {
        event: "NpcCrewRank";
        NpcCrewId: number;
        NpcCrewName: string;
        RankCombat: any;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "NpcCrewRank"

    The type of event.

    NpcCrewId: number
    NpcCrewName: string
    RankCombat: any
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR