Skip to content

Commit 6999979

Browse files
Export more postgrest-js types
1 parent ae744bb commit 6999979

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ export * from '@supabase/auth-js'
55
export type { User as AuthUser, Session as AuthSession } from '@supabase/auth-js'
66
export type {
77
PostgrestResponse,
8+
PostgrestResponseFailure,
9+
PostgrestResponseSuccess,
810
PostgrestSingleResponse,
911
PostgrestMaybeSingleResponse,
12+
PostgrestClient,
13+
PostgrestQueryBuilder,
14+
PostgrestFilterBuilder,
15+
PostgrestTransformBuilder,
16+
PostgrestBuilder,
1017
PostgrestError,
1118
} from '@supabase/postgrest-js'
1219
export {

0 commit comments

Comments
 (0)