FeatureSupportStatus type

FeatureSupportStatus の値を定義します。

type FeatureSupportStatus =
  | "NotAvailable"
  | "UnsupportedDeviceVersion"
  | "Supported"