ClusterUrl

type ClusterUrl = 
  | DevnetUrl
  | MainnetUrl
  | TestnetUrl
  | string;