Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StorageVectorsClientOptions

import type { StorageVectorsClientOptions } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";
interface StorageVectorsClientOptions {
fetch?: Fetch;
headers?: {
[key: string]: string;
}
;
}

§Properties

§
fetch?: Fetch
[src]

Custom fetch implementation (optional) Useful for testing or custom request handling

§
headers?: {
[key: string]: string;
}
[src]

Custom headers to include in all requests