Interface DockSRV

Base interface shared by all journal event types.

interface DockSRV {
    event: "DockSRV";
    ID?: number;
    SRVType?: string;
    SRVType_Localised?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "DockSRV"

The type of event.

ID?: number
SRVType?: string
SRVType_Localised?: string
timestamp: string

The time in GMT, ISO 8601.