⚠️ Internal: This API is not publically exported by the package.

Type alias UpstashResponse<TResult>

UpstashResponse<TResult>: {
    error?: string;
    result?: TResult;
}

Type Parameters

  • TResult

Type declaration

  • Optional error?: string
  • Optional result?: TResult