export enum Protocol {
  GRPC = 'grpc',
  GRPCS = 'grpcs',
  HTTP = 'http',
  HTTPS = 'https',
  TCP = 'tcp',
  TLS = 'tls',
  UDP = 'udp'
}
