onvif
    Preparing search index...

    Interface EventMessage

    interface EventMessage {
        data?: ItemList;
        key?: ItemList;
        propertyOperation?: PropertyOperation;
        source?: ItemList;
        utcTime: Date;
    }
    Index
    data?: ItemList
    key?: ItemList
    propertyOperation?: PropertyOperation
    source?: ItemList
    utcTime: Date