Interface: IRawResponseWrapper<TResponse>
Interface: IRawResponseWrapper<TResponse>
RawResponseBuilder Interface.
Represents a wrapper for building raw responses with specific options and a response function.
Type Parameters
TResponse
TResponse
Properties
respond()
respond: () => Promiseable<TResponse>;
Returns
Promiseable
<TResponse
>