@kayahr/ed-journal

    Interface BookDropship

    Base interface shared by all journal event types.

    interface BookDropship {
        Cost: number;
        DestinationLocation: string;
        DestinationSystem: string;
        event: "BookDropship";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Cost: number
    DestinationLocation: string
    DestinationSystem: string
    event: "BookDropship"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR