Interface EngineerApply

This event is obsolete and no longer written since ED v3.0.

interface EngineerApply {
    Blueprint: string;
    Engineer: string;
    Level: number;
    Override?: string;
    event: "EngineerApply";
    timestamp: string;
}

Hierarchy (view full)

Properties

Blueprint: string
Engineer: string
Level: number
Override?: string
event: "EngineerApply"

The type of event.

timestamp: string

The time in GMT, ISO 8601.