Type alias GatewayConfig

GatewayConfig: {
    gateway: GatewayConfigEndpoints;
    url: string;
}

The configuration for the gateway the controller uses.

Type declaration

  • gateway: GatewayConfigEndpoints

    The dictionary of enpoints the gateway will make available.

  • url: string

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

Generated using TypeDoc