LatestDiagnosticValue type

呼叫诊断的最新值

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