@kayahr/ed-journal

    Interface MissionAbandoned

    Base interface shared by all journal event types.

    interface MissionAbandoned {
        event: "MissionAbandoned";
        Fine?: number;
        MissionID: number;
        Name: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "MissionAbandoned"

    The type of event.

    Fine?: number
    MissionID: number
    Name: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR