Stone.js API
    Preparing search index...

    Type Alias ResponseResolver<TOutgoingResponse>

    ResponseResolver: (
        options: ResponseResolverOptions,
    ) => Promiseable<TOutgoingResponse>

    ResponseResolver Type.

    Represents a function that resolves an outgoing response based on the provided options.

    Type Parameters

    Type Declaration