@kayahr/ed-journal

    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, Expand)

    Index

    Properties

    Cost: number
    event: "Repair"

    The type of event.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR