Interface UpgradeSuit

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Class: number
Cost: number
event: "UpgradeSuit"

The type of event.

Name: string
Name_Localised: string
SuitID: number
timestamp: string

The time in GMT, ISO 8601.