jimpex
    Preparing search index...

    Type Alias GatewayControllerEndpointInfo

    The information for an endpoint the gateway is calling.

    type GatewayControllerEndpointInfo = {
        definition: GatewayConfigEndpointDefinition;
        name: string;
    }
    Index

    Properties

    Properties

    The properties (path and method) of the endpoint.

    name: string

    The name of the endpoint in the configuration.