RednetTelemetry:
    | { telemetryType: "metric" } & RednetMetric
    | { telemetryType: "log" } & RednetLog

📦 Union type for all telemetry data that can be sent over Rednet.

This discriminated union allows the collector to properly handle different types of telemetry data in a type-safe manner.