共用方式為


LatestDiagnosticValue type

通話診斷的最新值

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