@kayahr/ed-journal

    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, Expand)

    Index

    Properties

    event: "DockSRV"

    The type of event.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR