Type alias GatewayControllerHelperOptions<T>

GatewayControllerHelperOptions<T>: T & {
    helper: GatewayHelperService;
}

Utility type for the options object sent to the "proxy methods" the controller has for the helper service.

Type Parameters

  • T

    The type of the options for a specific helper service function.

Type declaration

Access

protected

Generated using TypeDoc