We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a2849 commit ebb9bb2Copy full SHA for ebb9bb2
src/index.ts
@@ -2,6 +2,12 @@ import SupabaseClient from './SupabaseClient'
2
import { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'
3
import { User as AuthUser, Session as AuthSession } from '@supabase/gotrue-js'
4
export * from '@supabase/gotrue-js'
5
+export {
6
+ PostgrestResponse,
7
+ PostgrestSingleResponse,
8
+ PostgrestMaybeSingleResponse,
9
+ PostgrestError,
10
+} from '@supabase/postgrest-js'
11
export * from '@supabase/realtime-js'
12
13
/**
0 commit comments