Options
All
  • Public
  • Public/Protected
  • All
Menu

@khulnasoft/postgrest-js

Index

Type Aliases

PostgrestError: { code: string; details: string; hint: string; message: string }

Type declaration

  • code: string
  • details: string
  • hint: string
  • message: string
PostgrestMaybeSingleResponse<T>: PostgrestSingleResponse<T | null>

Type Parameters

  • T

PostgrestResponse<T>: PostgrestSingleResponse<T[]>

Type Parameters

  • T

PostgrestSingleResponse<T>: PostgrestResponseSuccess<T> | PostgrestResponseFailure

Type Parameters

  • T

Generated using TypeDoc