EndpointDependency interface
EndpointDependency represents the definition of an endpoint, including the domain and details.
Properties
domain |
The domain name of the dependency. |
port | The port of this endpoint. |
Property Details
domainName
The domain name of the dependency.
domainName: string
Property Value
string
port
The port of this endpoint.
port?: number
Property Value
number