Interface UseConsumable

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "UseConsumable"

The type of event.

Name: string
Name_Localised: string
timestamp: string

The time in GMT, ISO 8601.

Type: string