Interface MissionRedirected

Base interface shared by all journal event types.

interface MissionRedirected {
    MissionID: number;
    Name: string;
    NewDestinationStation: string;
    NewDestinationSystem: string;
    OldDestinationStation: string;
    OldDestinationSystem: string;
    event: "MissionRedirected";
    timestamp: string;
}

Hierarchy (view full)

Properties

MissionID: number
Name: string
NewDestinationStation: string
NewDestinationSystem: string
OldDestinationStation: string
OldDestinationSystem: string
event: "MissionRedirected"

The type of event.

timestamp: string

The time in GMT, ISO 8601.