Type alias GatewayControllerRequest

GatewayControllerRequest: {
    options: HTTPFetchOptions;
    url: string;
}

The information for a request the controller will make.

Type declaration

  • options: HTTPFetchOptions

    The options for the fetch client that will make the requests.

  • url: string

    The URL for the request.

Generated using TypeDoc