import { type HttpClientConfig } from "https://deno.land/x/upstash_redis@v1.21.0/pkg/http.ts";
definition: { headers?: Record<string, string>; baseUrl: string; options?: Options; retry?: RetryConfig; agent?: any; cache?: CacheSetting; } & RequesterConfig