Interface AfmuRepairs

Base interface shared by all journal event types.

interface AfmuRepairs {
    FullyRepaired: boolean;
    Health: number;
    Module: string;
    Module_Localised?: string;
    event: "AfmuRepairs";
    timestamp: string;
}

Hierarchy (view full)

Properties

FullyRepaired: boolean
Health: number
Module: string
Module_Localised?: string
event: "AfmuRepairs"

The type of event.

timestamp: string

The time in GMT, ISO 8601.