Interface Repair

Base interface shared by all journal event types.

interface Repair {
    Cost: number;
    event: "Repair";
    Item?: string;
    Item_Localised?: string;
    Items?: string[];
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Cost: number
event: "Repair"

The type of event.

Item?: string
Item_Localised?: string
Items?: string[]
timestamp: string

The time in GMT, ISO 8601.