ClusterCategory type

Cluster categories for A365 service endpoint resolution. Mirrors the ClusterCategory enum from Agent365-nodejs.

type ClusterCategory =
  | "local"
  | "dev"
  | "test"
  | "preprod"
  | "firstrelease"
  | "prod"
  | "gov"
  | "high"
  | "dod"
  | "mooncake"
  | "ex"
  | "rx"