Stone.js API
    Preparing search index...

    Interface IRawResponseWrapper<TResponse>

    RawResponseBuilder Interface.

    Represents a wrapper for building raw responses with specific options and a response function.

    interface IRawResponseWrapper<TResponse> {
        respond: () => Promiseable<TResponse>;
    }

    Type Parameters

    • TResponse
    Index
    respond: () => Promiseable<TResponse>