@kayahr/ed-journal

    Interface DropshipDeploy

    Base interface shared by all journal event types.

    interface DropshipDeploy {
        Body: string;
        BodyID: number;
        event: "DropshipDeploy";
        OnPlanet: boolean;
        OnStation: boolean;
        StarSystem: string;
        SystemAddress: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Body: string
    BodyID: number
    event: "DropshipDeploy"

    The type of event.

    OnPlanet: boolean
    OnStation: boolean
    StarSystem: string
    SystemAddress: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR