type alias HttpClientConfigimport { type HttpClientConfig } from "https://deno.land/x/upstash_redis@v1.24.0-next.2/pkg/http.ts"; definition: { headers?: Record<string, string>; baseUrl: string; options?: Options; retry?: RetryConfig; agent?: any; } & RequesterConfig