Options
All
  • Public
  • Public/Protected
  • All
Menu

@supabase/postgrest-js

Index

Type Aliases

PostgrestMaybeSingleResponse<T>: PostgrestSingleResponse<T | null>

Type Parameters

  • T

PostgrestResponse<T>: PostgrestSingleResponse<T[]>

Type Parameters

  • T

PostgrestSingleResponse<T>: PostgrestResponseSuccess<T> | PostgrestResponseFailure

Type Parameters

  • T

Variables

default: { PostgrestBuilder: typeof PostgrestBuilder; PostgrestClient: typeof PostgrestClient; PostgrestError: typeof PostgrestError; PostgrestFilterBuilder: typeof PostgrestFilterBuilder; PostgrestQueryBuilder: typeof PostgrestQueryBuilder; PostgrestTransformBuilder: typeof PostgrestTransformBuilder }

Type declaration

Generated using TypeDoc