Interface ScanOrganic

Base interface shared by all journal event types.

interface ScanOrganic {
    Body: number;
    Genus: string;
    Genus_Localised: string;
    ScanType: string;
    Species: string;
    Species_Localised: string;
    SystemAddress: number;
    event: "ScanOrganic";
    timestamp: string;
}

Hierarchy (view full)

Properties

Body: number
Genus: string
Genus_Localised: string
ScanType: string
Species: string
Species_Localised: string
SystemAddress: number
event: "ScanOrganic"

The type of event.

timestamp: string

The time in GMT, ISO 8601.