Type Alias GatewayControllerAPIConfigOptions

GatewayControllerAPIConfigOptions: {
    placeholders?: Record<string, string>;
    setting?: string;
}

The options sent to GatewayController.getAPIConfig.

Type declaration

  • Optionalplaceholders?: Record<string, string>

    A dictionary of values for possible placeholders that were sent using the root option.

  • Optionalsetting?: string

    This can be used to overwrite the gateway's apiConfigSetting option, and set a new setting as a wrapper for the endpoints.