Interface DropItems

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Count: number
event: "DropItems"

The type of event.

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

The time in GMT, ISO 8601.

Type: string