Type alias WithApiPropsHandler<TContext, TResponse>

WithApiPropsHandler<TContext, TResponse>: ((context) => PromiseLike<TResponse>)

A handler of a "method prop" instide an IWithApiPropsOptions instance.

Type Parameters

Type declaration

Returns

The promise with the response data.

Generated using TypeDoc