Interface CrewFire

Base interface shared by all journal event types.

interface CrewFire {
    CrewID?: number;
    Name: string;
    event: "CrewFire";
    timestamp: string;
}

Hierarchy (view full)

Properties

CrewID?: number
Name: string
event: "CrewFire"

The type of event.

timestamp: string

The time in GMT, ISO 8601.