Interface UseConsumable

Base interface shared by all journal event types.

interface UseConsumable {
    Name: string;
    Name_Localised: string;
    Type: string;
    event: "UseConsumable";
    timestamp: string;
}

Hierarchy (view full)

Properties

Name: string
Name_Localised: string
Type: string
event: "UseConsumable"

The type of event.

timestamp: string

The time in GMT, ISO 8601.