FeatureSupportStatus type

Defines values for FeatureSupportStatus.

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