AppProtocol type

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http
KnownAppProtocol can be used interchangeably with AppProtocol, this enum contains the known values that the service supports.

Known values supported by the service

http: http
grpc: grpc

type AppProtocol = string