Interface DockSRV

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

ID?: number
SRVType?: string
SRVType_Localised?: string
event: "DockSRV"

The type of event.

timestamp: string

The time in GMT, ISO 8601.