MeMesh API Documentation - v2.8.10
    Preparing search index...

    Interface BaseTelemetryEvent

    Base fields for all telemetry events

    interface BaseTelemetryEvent {
        anonymous_id: string;
        timestamp: string;
        sdk_version: string;
        node_version: string;
        os_platform: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymous_id: string
    timestamp: string
    sdk_version: string
    node_version: string
    os_platform: string