gill
gill/Type aliases

ModifiedClusterUrl

type ModifiedClusterUrl = 
  | DevnetUrl
  | GenericUrl
  | LocalnetUrl
  | MainnetUrl
  | TestnetUrl;