@kayahr/ed-journal

    Interface BuySuit

    Base interface shared by all journal event types.

    interface BuySuit {
        event: "BuySuit";
        Name: string;
        Name_Localised: string;
        Price: number;
        SuitID: number;
        SuitMods?: string[];
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "BuySuit"

    The type of event.

    Name: string
    Name_Localised: string
    Price: number
    SuitID: number
    SuitMods?: string[]
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR