Interface FuelScoop

Base interface shared by all journal event types.

interface FuelScoop {
    Scooped: number;
    Total: number;
    event: "FuelScoop";
    timestamp: string;
}

Hierarchy (view full)

Properties

Scooped: number
Total: number
event: "FuelScoop"

The type of event.

timestamp: string

The time in GMT, ISO 8601.