Interface SearchAndRescue

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Count: number
MarketID?: number
Name: string
Name_Localised?: string
Reward: number
event: "SearchAndRescue"

The type of event.

timestamp: string

The time in GMT, ISO 8601.