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 1814be2 commit 03259e0Copy full SHA for 03259e0
src/index.ts
@@ -9,6 +9,12 @@ export type {
9
PostgrestMaybeSingleResponse,
10
PostgrestError,
11
} from '@supabase/postgrest-js'
12
+export {
13
+ FunctionsHttpError,
14
+ FunctionsFetchError,
15
+ FunctionsRelayError,
16
+ FunctionsError,
17
+} from '@supabase/functions-js'
18
export * from '@supabase/realtime-js'
19
export { default as SupabaseClient } from './SupabaseClient'
20
export type { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'
0 commit comments