Interface LaunchDrone

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Properties

Type: string
event: "LaunchDrone"

The type of event.

timestamp: string

The time in GMT, ISO 8601.