Interface VehicleSwitch

Base interface shared by all journal event types.

interface VehicleSwitch {
    To?: string;
    event: "VehicleSwitch";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

To?: string
event: "VehicleSwitch"

The type of event.

timestamp: string

The time in GMT, ISO 8601.