次の方法で共有


LatestDiagnosticValue type

通話診断の最新の値

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