type alias ClientRequestOptionsimport { type ClientRequestOptions } from "https://deno.land/x/hono@v3.5.8/client/index.ts"; definition: { headers?: Record<string, string>; fetch?: fetch; }