PostgrestClientOptions

import type { PostgrestClientOptions } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type PostgrestClientOptions = {
PostgrestVersion?: string;
}
;

§Type

§
{
PostgrestVersion?: string;
}
[src]