@kayahr/ed-journal

    Interface SellWeapon

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Class?: number
    event: "SellWeapon"

    The type of event.

    Name: string
    Name_Localised: string
    Price: number
    SuitModuleID: number
    timestamp: string

    The time in GMT, ISO 8601.

    WeaponMods?: string[]
    MMNEPVFCICPMFPCPTTAAATR