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

    Interface ShipRedeemed

    Base interface shared by all journal event types.

    interface ShipRedeemed {
        event: "ShipRedeemed";
        NewShipID: ID;
        ShipType: string;
        ShipType_Localised: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "ShipRedeemed"

    The type of event.

    NewShipID: ID
    ShipType: string
    ShipType_Localised: string
    timestamp: string

    The time in GMT, ISO 8601.