@kayahr/ed-journal

    Interface AfmuRepairs

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "AfmuRepairs"

    The type of event.

    FullyRepaired: boolean
    Health: number
    Module: string
    Module_Localised?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR