Interface DeleteSuitLoadout

Base interface shared by all journal event types.

interface DeleteSuitLoadout {
    LoadoutID: number;
    LoadoutName: string;
    SuitID: number;
    SuitName: string;
    SuitName_Localised: string;
    event: "DeleteSuitLoadout";
    timestamp: string;
}

Hierarchy (view full)

Properties

LoadoutID: number
LoadoutName: string
SuitID: number
SuitName: string
SuitName_Localised: string
event: "DeleteSuitLoadout"

The type of event.

timestamp: string

The time in GMT, ISO 8601.