Type alias GatewayControllerEndpointInfo

GatewayControllerEndpointInfo: {
    definition: GatewayConfigEndpointDefinition;
    name: string;
}

The information for an endpoint the gateway is calling.

Type declaration

Generated using TypeDoc