jimpex
    Preparing search index...

    Type Alias GatewayConfig

    The configuration for the gateway the controller uses.

    type GatewayConfig = {
        gateway: GatewayConfigEndpoints;
        url: string;
    }
    Index

    Properties

    Properties

    The dictionary of endpoints the gateway will make available.

    url: string

    The entry point to the API the controller will make the requests to.