Type alias GatewayControllerAPIConfigOptions

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

The options sent to GatewayController.getAPIConfig.

Type declaration

  • Optional placeholders?: Record<string, string>

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

  • Optional setting?: string

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

Generated using TypeDoc