Interface UpgradeSuit

Base interface shared by all journal event types.

interface UpgradeSuit {
    Class: number;
    Cost: number;
    Name: string;
    Name_Localised: string;
    SuitID: number;
    event: "UpgradeSuit";
    timestamp: string;
}

Hierarchy (view full)

Properties

Class: number
Cost: number
Name: string
Name_Localised: string
SuitID: number
event: "UpgradeSuit"

The type of event.

timestamp: string

The time in GMT, ISO 8601.