Interface LaunchDrone

Base interface shared by all journal event types.

interface LaunchDrone {
    event: "LaunchDrone";
    timestamp: string;
    Type: string;
}

Hierarchy (View Summary)

Properties

Properties

event: "LaunchDrone"

The type of event.

timestamp: string

The time in GMT, ISO 8601.

Type: string