SubscriptionState type

SubscriptionState の値を定義します。

type SubscriptionState =
  | "Enabled"
  | "Warned"
  | "PastDue"
  | "Disabled"
  | "Deleted"