type alias RequestOptionsimport { type RequestOptions } from "https://deno.land/x/hono@v3.1.4/client/types.ts"; definition: { headers?: Record<string, string>; fetch?: fetch; }