jimpex
    Preparing search index...

    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.