Interface RefuelPartial

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Amount: number
Cost: number
event: "RefuelPartial"

The type of event.

timestamp: string

The time in GMT, ISO 8601.