@kayahr/ed-journal
    Preparing search index...

    Interface RestockVehicle

    Base interface shared by all journal event types.

    interface RestockVehicle {
        Cost: number;
        Count: number;
        event: "RestockVehicle";
        ID?: ID;
        Loadout: string;
        timestamp: string;
        Type: string;
        Type_Localised?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Cost: number
    Count: number
    event: "RestockVehicle"

    The type of event.

    ID?: ID
    Loadout: string
    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    Type_Localised?: string