PostgrestMaybeSingleResponse

import type { PostgrestMaybeSingleResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type PostgrestMaybeSingleResponse<T> = PostgrestSingleResponse<T | null>;

§Type Parameters

§Type