Interface SellWeapon

Base interface shared by all journal event types.

interface SellWeapon {
    Class?: number;
    Name: string;
    Name_Localised: string;
    Price: number;
    SuitModuleID: number;
    WeaponMods?: string[];
    event: "SellWeapon";
    timestamp: string;
}

Hierarchy (view full)

Properties

Class?: number
Name: string
Name_Localised: string
Price: number
SuitModuleID: number
WeaponMods?: string[]
event: "SellWeapon"

The type of event.

timestamp: string

The time in GMT, ISO 8601.