Interface DropItems

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Count: number
Name: string
OwnerID: number
Type: string
event: "DropItems"

The type of event.

timestamp: string

The time in GMT, ISO 8601.