Interface BuySuit

Base interface shared by all journal event types.

interface BuySuit {
    Name: string;
    Name_Localised: string;
    Price: number;
    SuitID: number;
    SuitMods?: string[];
    event: "BuySuit";
    timestamp: string;
}

Hierarchy (view full)

Properties

Name: string
Name_Localised: string
Price: number
SuitID: number
SuitMods?: string[]
event: "BuySuit"

The type of event.

timestamp: string

The time in GMT, ISO 8601.