@kayahr/ed-journal

    Interface RefuelAll

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Amount: number
    Cost: number
    event: "RefuelAll"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR