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