@kayahr/ed-journal

    Interface MissionRedirected

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "MissionRedirected"

    The type of event.

    MissionID: number
    Name: string
    NewDestinationStation: string
    NewDestinationSystem: string
    OldDestinationStation: string
    OldDestinationSystem: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR