interface FetchOptionsimport { type FetchOptions } from "https://deno.land/x/storagee@1.3.0/src/lib/fetch.ts"; Propertiesoptionalheaders: { [key: string]: string; }optionalnoResolveJson: boolean