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

    Interface BuyAmmo

    Base interface shared by all journal event types.

    interface BuyAmmo {
        Cost: number;
        event: "BuyAmmo";
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Cost: number
    event: "BuyAmmo"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.