ListVectorBucketsOptions
import type { ListVectorBucketsOptions } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";Options for fetching vector buckets
interface ListVectorBucketsOptions {
maxResults?: number;
nextToken?: string;
prefix?: string;
}