Interface Repair

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Cost: number
Item?: string
Item_Localised?: string
Items?: string[]
event: "Repair"

The type of event.

timestamp: string

The time in GMT, ISO 8601.