⚠️ Internal: This API is not publically exported by the package.
interface Requester {
    request: (<TResult>(req) => Promise<UpstashResponse<TResult>>);
}

Properties

Properties

request: (<TResult>(req) => Promise<UpstashResponse<TResult>>)

Type declaration