Interface DropshipDeploy

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Body: string
BodyID: number
OnPlanet: boolean
OnStation: boolean
StarSystem: string
SystemAddress: number
event: "DropshipDeploy"

The type of event.

timestamp: string

The time in GMT, ISO 8601.