Compartir a través de


LatestDiagnosticValue type

Valor más reciente para un diagnóstico de llamadas

type LatestDiagnosticValue = {
  value: DiagnosticQuality | DiagnosticFlag,
  valueType: DiagnosticValueType,
}