Interface RefuelAll

Base interface shared by all journal event types.

interface RefuelAll {
    Amount: number;
    Cost: number;
    event: "RefuelAll";
    timestamp: string;
}

Hierarchy (view full)

Properties

Amount: number
Cost: number
event: "RefuelAll"

The type of event.

timestamp: string

The time in GMT, ISO 8601.