Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/types"

Index

Type aliases

Fetch

Fetch: typeof fetch

PostgrestError

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

Type declaration

  • code: string
  • details: string
  • hint: string
  • message: string

PostgrestMaybeSingleResponse

PostgrestMaybeSingleResponse<T>: PostgrestSingleResponse<T | null>

Type parameters

  • T

PostgrestResponse

Type parameters

  • T

PostgrestSingleResponse

Type parameters

  • T

Generated using TypeDoc