Interface CollectItems

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Count: number
Name: string
Name_Localised?: string
OwnerID: number
Stolen: boolean
Type: string
event: "CollectItems"

The type of event.

timestamp: string

The time in GMT, ISO 8601.