Type alias GatewayControllerOptions

GatewayControllerOptions: {
    gatewayConfig: GatewayConfig;
    route: string;
} & DeepPartial<GatewayControllerExtraOptions>

The required options for the gateway controller.

Type declaration

  • gatewayConfig: GatewayConfig

    The configuration for the API the gateway will make the requests to.

  • route: string

    The route where the controller is mounted.

Generated using TypeDoc