@kayahr/ed-journal

    Interface SearchAndRescue

    Base interface shared by all journal event types.

    interface SearchAndRescue {
        Count: number;
        event: "SearchAndRescue";
        MarketID?: number;
        Name: string;
        Name_Localised?: string;
        Reward: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Count: number
    event: "SearchAndRescue"

    The type of event.

    MarketID?: number
    Name: string
    Name_Localised?: string
    Reward: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR