Skip to content

Commit ebb9bb2

Browse files
committed
fix(postgrest-js): export types in index.ts
1 parent 49a2849 commit ebb9bb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import SupabaseClient from './SupabaseClient'
22
import { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'
33
import { User as AuthUser, Session as AuthSession } from '@supabase/gotrue-js'
44
export * from '@supabase/gotrue-js'
5+
export {
6+
PostgrestResponse,
7+
PostgrestSingleResponse,
8+
PostgrestMaybeSingleResponse,
9+
PostgrestError,
10+
} from '@supabase/postgrest-js'
511
export * from '@supabase/realtime-js'
612

713
/**

0 commit comments

Comments
 (0)