Interface FuelScoop

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "FuelScoop"

The type of event.

Scooped: number
timestamp: string

The time in GMT, ISO 8601.

Total: number