Interface IWithApiPropsOptions<TContext, TResponse>

Options for a withApiProps() function call.

Type Parameters

Properties

The action for a CONNECT request.

The action for a DELETE request.

The action for a GET request.

The action for a HEAD request.

The action for a OPTIONS request.

The action for a PATCH request.

The action for a POST request.

The action for a PUT request.

The action for a TRACE request.

A function which returns the props for all WithApiPropsHandlers.

use: Nilable<ApiMiddleware[]>

One or more middlewares to use.

Generated using TypeDoc