@kayahr/ed-journal

    Interface CollectItems

    Base interface shared by all journal event types.

    interface CollectItems {
        Count: number;
        event: "CollectItems";
        Name: string;
        Name_Localised?: string;
        OwnerID: number;
        Stolen: boolean;
        timestamp: string;
        Type: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Count: number
    event: "CollectItems"

    The type of event.

    Name: string
    Name_Localised?: string
    OwnerID: number
    Stolen: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    MMNEPVFCICPMFPCPTTAAATR