Interface NpcCrewRank

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

NpcCrewId: number
NpcCrewName: string
RankCombat: any
event: "NpcCrewRank"

The type of event.

timestamp: string

The time in GMT, ISO 8601.