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)

Properties

event: "NpcCrewRank"

The type of event.

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

The time in GMT, ISO 8601.