@kayahr/ed-journal
    Preparing search index...

    Interface DockSRV

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    event: "DockSRV"

    The type of event.

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

    The time in GMT, ISO 8601.