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 80d3c76 commit 7ba8408Copy full SHA for 7ba8408
src/index.ts
@@ -3,10 +3,10 @@ import type { GenericSchema, SupabaseClientOptions } from './lib/types'
3
4
export * from '@supabase/auth-js'
5
export type { User as AuthUser, Session as AuthSession } from '@supabase/auth-js'
6
-export type {
7
- PostgrestResponse,
8
- PostgrestSingleResponse,
9
- PostgrestMaybeSingleResponse,
+export {
+ type PostgrestResponse,
+ type PostgrestSingleResponse,
+ type PostgrestMaybeSingleResponse,
10
PostgrestError,
11
} from '@supabase/postgrest-js'
12
export {
0 commit comments