@logixjs/core
    Preparing search index...

    Interface ObservationEnvelope

    interface ObservationEnvelope {
        payload: JsonValue;
        protocolVersion: string;
        runId: string;
        seq: number;
        timestamp: number;
        type: string;
    }

    Hierarchy

    • ObservationEnvelope
      • ObservationEnvelope
    Index

    Properties

    payload: JsonValue
    protocolVersion: string
    runId: string
    seq: number
    timestamp: number
    type: string